Skip to content

Commit

Permalink
squashme
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Oct 25, 2024
1 parent 0dcf495 commit 567e9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/monitor/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func TestMonitor(t *testing.T) {
var jo jsonOutput

blockWaitTimeoutTimer := time.NewTimer(10 * time.Minute)
for jo.BitcoinBlockCount < 1020 && len(jo.PopTxCount) < expectedPopTxs {
for jo.BitcoinBlockCount < 1020 && jo.PopTxCount < uint64(expectedPopTxs) {

select {
case <-blockWaitTimeoutTimer.C:
Expand Down

0 comments on commit 567e9bb

Please sign in to comment.