Skip to content

Commit

Permalink
Finance: increase gas estimation for deposits (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
izqui authored and sohkai committed Sep 9, 2019
1 parent cccb032 commit 93b2adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/finance/app/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class App extends React.Component {
// transition but we do the estimation with some breathing room in case it is being
// forwarded (unlikely in deposit).
gas:
400000 +
450000 +
20000 * Math.ceil(reference.length / 32) +
80000 * periodTransitions,
}
Expand Down

0 comments on commit 93b2adb

Please sign in to comment.