nami icon indicating copy to clipboard operation
nami copied to clipboard

Fix `AssetFingerprint` inputs

Open danielfarrelly opened this issue 3 years ago • 0 comments
trafficstars

Encoding the token name as a string can mangle bytes that are outside of the ASCII range, resulting in an incorrect asset fingerprint. This change passes the Buffer value directly to produce fingerprints consistent with CIP14.

danielfarrelly avatar Oct 07 '22 15:10 danielfarrelly