Skip to content

Commit

Permalink
Merge pull request #3466 from gitmachtl/master
Browse files Browse the repository at this point in the history
Expect hexadecimal asset name - ValueParser Message
  • Loading branch information
erikd committed Jan 19, 2022
2 parents b83499e + 5782b98 commit 63c136f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-api/src/Cardano/Api/ValueParser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ assetId =
fullAssetId :: PolicyId -> Parser AssetId
fullAssetId polId = do
_ <- period
aName <- assetName <?> "alphanumeric asset name"
aName <- assetName <?> "hexadecimal asset name"
pure (AssetId polId aName)

-- Parse a multi-asset ID that specifies a policy ID, but no asset name.
Expand Down

0 comments on commit 63c136f

Please sign in to comment.