shawntabrizi / substrate-collectables-workshop

A guided tutorial for building an NFT marketplace with the Polkadot SDK
https://www.shawntabrizi.com/substrate-collectables-workshop/
MIT License
237 stars 101 forks source link

Fix: Storage Hash Fingerprint math check #191

Closed Madalosso closed 4 days ago

Madalosso commented 1 week ago

Simple math check. Since the output base is byte and not bits, the possibilities should be 2^(8 * 32), so 2^256.