echovl / cardano-go

Go module for the Cardano Blockchain
GNU General Public License v3.0
51 stars 27 forks source link

Fix MultiAsset Stringer in primitive.go #40

Closed sean118 closed 2 years ago

sean118 commented 2 years ago

We can't just ignore the policy id here. When two assets with different policies have the same name (eg default values like "Asset 1" or empty, this overwrites previously set values and returns wrong results)

echovl commented 2 years ago

Nice catch, lgtm