Skip to content

Commit

Permalink
fix: use new fee calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
chancehudson committed Nov 30, 2021
1 parent fd88709 commit 941167b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/buildnum.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default 4645
export default 4657
2 changes: 1 addition & 1 deletion src/stores/zkopru.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export default {
if (!state.wallet) {
await dispatch('loadWallet')
}
return state.wallet.loadCurrentPrice()
return state.wallet.calculateWeiPerByte()
},
resetDB: async ({ state, dispatch }) => {
// take the db and empty it
Expand Down

0 comments on commit 941167b

Please sign in to comment.