solana-playground / solana-playground

Quickly develop, deploy and test Solana programs from browsers
https://beta.solpg.io
Apache License 2.0
408 stars 140 forks source link

comments fix #147

Closed tanim0la closed 10 months ago

tanim0la commented 10 months ago

Fixed comment in;

TinyAdventure: in the Initialize account struct

(u8 = 8 bits unsigned integer = 8 bytes) changed to (u8 = 8 bits unsigned integer = 1 byte)

TinyAdventureTwo: in the InitializeLevelOne account struct

(u8 = 8 bits unsigned integer = 8 bytes) changed to (u8 = 8 bits unsigned integer = 1 byte)