Skip to content

Conversation

polinavino
Copy link
Contributor

@polinavino polinavino commented Apr 14, 2021

Copy link
Contributor

@JaredCorduan JaredCorduan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great, thanks @polinavino !

@@ -58,6 +60,10 @@ smallName c = AssetName . BS.pack $ [c]
largestName :: Char -> AssetName
largestName c = AssetName . BS.pack $ c : "0123456789ABCDEFGHIJ0123456789A"

-- | try using a real asset name the way the CLI handles input
realName :: AssetName
realName = Text.encodeUtf8 . Text.pack "ATADAcoin"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
realName = Text.encodeUtf8 . Text.pack "ATADAcoin"
realName = Text.encodeUtf8 . Text.pack $ "ATADAcoin"

@polinavino polinavino force-pushed the polina/min-utxo-alonzo branch from aafe327 to a73b6a6 Compare April 16, 2021 22:49
@polinavino polinavino merged commit 476e3a0 into master Apr 17, 2021
@iohk-bors iohk-bors bot deleted the polina/min-utxo-alonzo branch April 17, 2021 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants