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 am writing a smart contract with seahorse.
However it successfully build and deployed, but when I run the addProduct() test, it fails
It is giving me the error-
Testing 'addProduct'...
❌ Test 'addProduct' failed:
Instruction index: 0
Reason: Program failed to complete.
Hey, it's hard to debug without seeing your input and the full program logs.
You can get the full logs if you disable "Preflight checks" and enable "Show transaction details" in Solana Playground settings(bottom-left gear icon) before you send the test transaction.
I am writing a smart contract with seahorse.
However it successfully build and deployed, but when I run the addProduct() test, it fails
It is giving me the error-
Here is my smart contract -
Could you please help me out with the error.
I am new to the Solana + Seahorse Ecosystem.
Thank You
The text was updated successfully, but these errors were encountered: