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 use the code in starknet.go to make rpc call to the remote contract. The contract parameter is uint256. I use the BigIntToFelt, Uint64ToFelt and HexToFelt methods locally for conversion and build the parameter Calldata of rpc.FunctionCall. An error will be reported. How to solve it? The error is as follows:
Internal error: Error in the called contract (0x041e1382e604688da7f22e7fbb6113ba3649b84a87b58f4dc1cf5bfa96dfc2cf):
Error at pc=0:2412:
An ASSERT_EQ instruction failed: 6:2 != 6:1.
I use the code in starknet.go to make rpc call to the remote contract. The contract parameter is uint256. I use the BigIntToFelt, Uint64ToFelt and HexToFelt methods locally for conversion and build the parameter Calldata of rpc.FunctionCall. An error will be reported. How to solve it? The error is as follows:
Internal error: Error in the called contract (0x041e1382e604688da7f22e7fbb6113ba3649b84a87b58f4dc1cf5bfa96dfc2cf):
Error at pc=0:2412:
An ASSERT_EQ instruction failed: 6:2 != 6:1.
The source code is as follows:
The text was updated successfully, but these errors were encountered: