Skip to content

Commit

Permalink
Init channel
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenGround0 committed Aug 5, 2022
1 parent 750314a commit 92b84de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions itests/kit/blockminer.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func NewBlockMiner(t *testing.T, miner *TestMiner) *BlockMiner {
miner: miner,
cancel: func() {},
unpause: make(chan struct{}),
pause: make(chan struct{}),
}
}

Expand Down

0 comments on commit 92b84de

Please sign in to comment.