Skip to content

Commit

Permalink
fix for integration test diff manager signature
Browse files Browse the repository at this point in the history
  • Loading branch information
okilisan committed Sep 2, 2024
1 parent 8cb5eb9 commit f118156
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ func TestValidateDifficulty(t *testing.T) {
genesisBits: consensusConfig.GenesisBlock.Header.Bits()}
factory.SetTestDifficultyManager(func(_ model.DBReader, _ model.GHOSTDAGManager, _ model.GHOSTDAGDataStore,
_ model.BlockHeaderStore, daaBlocksStore model.DAABlocksStore, _ model.DAGTopologyManager,
_ model.DAGTraversalManager, _ *big.Int, _ int, _ bool, _ time.Duration,
_ model.DAGTraversalManager, _ *big.Int, _ int, _ int, _ bool, _ time.Duration,
_ *externalapi.DomainHash, _ uint32) model.DifficultyManager {

mocDifficulty.daaBlocksStore = daaBlocksStore
Expand Down

0 comments on commit f118156

Please sign in to comment.