Unboxed-Software / solana-movie-frontend

Mozilla Public License 2.0
14 stars 80 forks source link

fix: deserializing doesn't work as intended #8

Closed 0xcen closed 2 years ago

0xcen commented 2 years ago

Please correct me if I'm wrong but isn't the first byte of the buffer the initialized bool and therefore the buffer should be sliced in order to deserialize correctly?

@jamesrp13