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
tmp' :: IO () tmp' = do r <- runWeb3 foo case r of Left errr -> putStrLn "an error" Right a -> putStrLn "ok"
In the event of insufficient funds, the above will throw an uncaught exception:
*** Exception: CallException JSON-RPC error -32000: err: insufficient funds for transfer (supplied gas 4010499). Data: Nothing
This is using geth 1.9.24-stable on Ropsten:
geth --http --rpc --ropsten
The text was updated successfully, but these errors were encountered:
@o1lo01ol1o Thank you for report Tim, expected behaviour is Left "error message" right?
Left "error message"
Sorry, something went wrong.
Yes, I would expect to see geth's error message.
No branches or pull requests
In the event of insufficient funds, the above will throw an uncaught exception:
This is using geth 1.9.24-stable on Ropsten:
The text was updated successfully, but these errors were encountered: