Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Oct 24, 2024
1 parent 1822372 commit a83ce31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
- "-rpcport=18443"
- "-rpcconnect=bitcoind"
- "generatetoaddress"
- "3000" # need to generate a lot for greater chance to not spend coinbase
- "1000" # need to generate a lot for greater chance to not spend coinbase
- "$BTC_ADDRESS"
restart: on-failure

Expand Down
4 changes: 4 additions & 0 deletions e2e/monitor/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,8 @@ func TestMonitor(t *testing.T) {
break
}

if lastErr != nil {
t.Fatal(lastErr)
}

}

0 comments on commit a83ce31

Please sign in to comment.