Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Recalc when shorcutting estimate
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Nov 15, 2016
1 parent f23eaa9 commit 687094b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/src/modals/Transfer/transfer.js
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,9 @@ export default class Transfer extends Component {

recalculateGas = () => {
if (!this.isValid()) {
this.setState({
gas: '0'
}, this.recalculate);
return;
}

Expand Down

0 comments on commit 687094b

Please sign in to comment.