shutter-network / rolling-shutter

Rolling Shutter is an MEV protection system to be plugged into rollups.
https://twitter.com/project_shutter/
26 stars 7 forks source link

typo in error message when decoding epochID #415

Open 5abbagh opened 8 months ago

5abbagh commented 8 months ago

A copypasta small typo.

Background story: while trying to use shutter crypto wasm in a node application to encrypt transactions with the very unique BN256 key pairings, I kept getting errors while encrypting regarding the length of the byte array of sigma. However it was the epochID that needs to be of BlockSize.

Here is a small contribution to help others not pull their hair out while debugging :)