Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Rodygin committed Nov 2, 2023
1 parent c9cbca2 commit ceac8c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import (
"github.com/celo-org/celo-blockchain/eth/downloader"
"github.com/celo-org/celo-blockchain/eth/tracers"
"github.com/celo-org/celo-blockchain/ethclient"
"github.com/celo-org/celo-blockchain/miner"
"github.com/celo-org/celo-blockchain/mycelo/env"
"github.com/celo-org/celo-blockchain/mycelo/genesis"
"github.com/celo-org/celo-blockchain/node"
Expand Down Expand Up @@ -86,6 +87,9 @@ var (
DefaultLookbackWindow: 3,
BlockPeriod: 0,
},
Miner: miner.Config{
FeeCurrencyDefault: 0.9,
},
}
)

Expand Down

0 comments on commit ceac8c7

Please sign in to comment.