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
{{ message }}
This repository was archived by the owner on May 24, 2022. It is now read-only.
I was on the "Send Ether" page with a bad internet connection, so the "Bad connectivity" modal kept appearing.
After entering an amount and recipient, then clicking the "Details" button, the page would refresh.
Then I tried entering an amount and recipient and clicked the "Send" button, but it displayed the following in the Fether window.
Unhandled Rejection (Error): Unable to estimate gas
src/paritytech/fether/packages/fether-react/src/Send/TxForm/TxForm.js:56
53 | field: /to|amount/, // when the value of these fields change...
54 | updates: {
55 | // ...set field "gas"
> 56 | gas: async (value, allValues) => {
| ^ 57 | const { parityStore, token } = this.props;
58 | let newGasEstimate = null;
59 |
View compiled
▶ 5 stack frames were collapsed.