Skip to content

Commit

Permalink
set default fees to null
Browse files Browse the repository at this point in the history
  • Loading branch information
mholtzman committed Dec 6, 2021
1 parent 96bf099 commit 45f0863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/chains/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class ChainConnection extends EventEmitter {
const monitor = new BlockMonitor(provider)

monitor.on('data', async block => {
let feeMarket
let feeMarket = null

const gasCalculator = new GasCalculator(provider)

Expand Down

0 comments on commit 45f0863

Please sign in to comment.