Replies: 1 comment 7 replies
-
Difficult to know for sure without more context into the rust code. I am not really seeing anything in the code that is standing out as being wrong. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have simple rust program with following code:
The code above gives me the size of dorito - data account (game_account) of 0, while when if I use solana-web3.js I have no issues whatsoever, I get the full size of data account, aka account is passed properly.
But with solnet with following code the size of data account is 0, which means I am probably missing something:
Beta Was this translation helpful? Give feedback.
All reactions