You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect the error is caused by not assigning a value to the data field of the instruction, but I'm not sure what value should be assigned, shown in code
Problem
I replaced hello_solana_program.so with my own C.so in integration_test.rs, but the execution failed. My command is as follows:
replace hello_solana_program.so with C.so, then perform test and print result
there is error:
Analyze
I suspect the error is caused by not assigning a value to the data field of the instruction, but I'm not sure what value should be assigned, shown in code
The text was updated successfully, but these errors were encountered: