BANKEX / web3swift

Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions on Ethereum network.
https://bankex.github.io/web3swift/
Apache License 2.0
3 stars 0 forks source link

Send Ether Error #283

Open frankynines opened 5 years ago

frankynines commented 5 years ago

Keep hitting error:

processingError(desc: "Failed to calculate gas estimate that satisfied options") networkFailure

on send, how can I fix this.

frankynines commented 5 years ago

@steadyaction have you seen this error?

frankynines commented 5 years ago

This resolveGasLimit is throwing the error. Transaction sends fine if I comment out. Is there any way to skip this without modifying the Web3+MutatingTransaction file?

screen shot 2019-02-22 at 8 08 51 am