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
Transaction syntax appears incorrect: send(rpcRequest: JSONRPCRequest(method: "eth_blockNumber", params: JSONRPCParams(["latest"])), handler: handler)
"latest" parameter should be removed. With blockHeight initialized to 0 ewmTransferGetBlockConfirmations()
would return a negative number except that it is unsigned, so all transactions appear immediately confirmed.
The text was updated successfully, but these errors were encountered:
Transaction syntax appears incorrect:
send(rpcRequest: JSONRPCRequest(method: "eth_blockNumber", params: JSONRPCParams(["latest"])), handler: handler)
"latest" parameter should be removed. With blockHeight initialized to 0
ewmTransferGetBlockConfirmations()
would return a negative number except that it is unsigned, so all transactions appear immediately confirmed.
The text was updated successfully, but these errors were encountered: