bolt icon indicating copy to clipboard operation
bolt copied to clipboard

Entities `extra_seed` should be bytes rather than an optional string, to avoid issues with encoding/decoding

Open GabrielePicco opened this issue 1 year ago • 0 comments

Describe the bug Entities extra_seed should be bytes rather than an optional string, to avoid issues with encoding/decoding

See: https://github.com/magicblock-labs/bolt/blob/main/programs/world/src/lib.rs#L39

GabrielePicco avatar May 12 '24 16:05 GabrielePicco