We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
facing errors while opening boxes
error
[ 19:42:04 ] Please wait... Retrying transaction... (3 retries left) Retrying transaction... (2 retries left) Retrying transaction... (1 retries left) Error in transaction: Error: Simulation failed. Message: Transaction simulation failed: Error processing Instruction 0: custom program error: 0x1. Logs: [ "Program 4MDghB3z9WY4NTy4gZQhH8rZ73ztWFhRPCX32zogohfu invoke [1]", "Program log: Instruction: OpenMysteryBox", "Program 11111111111111111111111111111111 invoke [2]", "Transfer: insufficient lamports 920000, need 1113600", "Program 11111111111111111111111111111111 failed: custom program error: 0x1", "Program 4MDghB3z9WY4NTy4gZQhH8rZ73ztWFhRPCX32zogohfu consumed 20717 of 1400000 compute units", "Program 4MDghB3z9WY4NTy4gZQhH8rZ73ztWFhRPCX32zogohfu failed: custom program error: 0x1" ]. Catch the SendTransactionError and call getLogs() on it for full details.
SendTransactionError
getLogs()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
facing errors while opening boxes
error
[ 19:42:04 ] Please wait...
Retrying transaction... (3 retries left)
Retrying transaction... (2 retries left)
Retrying transaction... (1 retries left)
Error in transaction: Error: Simulation failed.
Message: Transaction simulation failed: Error processing Instruction 0: custom program error: 0x1.
Logs:
[
"Program 4MDghB3z9WY4NTy4gZQhH8rZ73ztWFhRPCX32zogohfu invoke [1]",
"Program log: Instruction: OpenMysteryBox",
"Program 11111111111111111111111111111111 invoke [2]",
"Transfer: insufficient lamports 920000, need 1113600",
"Program 11111111111111111111111111111111 failed: custom program error: 0x1",
"Program 4MDghB3z9WY4NTy4gZQhH8rZ73ztWFhRPCX32zogohfu consumed 20717 of 1400000 compute units",
"Program 4MDghB3z9WY4NTy4gZQhH8rZ73ztWFhRPCX32zogohfu failed: custom program error: 0x1"
].
Catch the
SendTransactionError
and callgetLogs()
on it for full details.The text was updated successfully, but these errors were encountered: