solana-developers / solana-cookbook

https://solanacookbook.com/
624 stars 344 forks source link

account size units #327

Closed php4fan closed 2 years ago

php4fan commented 2 years ago

https://solanacookbook.com/core-concepts/accounts.html#facts

Accounts have a max size of 10mb PDA accounts have a max size of 10kb

I can tell that the max size of an account is certainly not 10 millibits, but I wonder whether it is supposed to be Mb (megabits) or MB (megabytes). I bet it's MB.

And that makes me suspect the size of PDA accounts is probably 10 kB as well, isn't it?

0xdeepmehta commented 2 years ago

Its byte (megabyte, kilobyte)

0xdeepmehta commented 2 years ago

tho a good point, PRs are welcome :)

hwnprsd commented 2 years ago

Made a PR, this misinfo was off-putting while going through the cookbook