Skip to content

Commit

Permalink
try more up front
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Feb 26, 2024
1 parent 0bcc344 commit d0f7e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/network_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func TestFullNetwork(t *testing.T) {
"-rpcuser=user",
"-rpcpassword=password",
"generatetoaddress",
"300", // 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
btcAddress.EncodeAddress(),
})
if err != nil {
Expand Down Expand Up @@ -239,7 +239,7 @@ func TestFullNetwork(t *testing.T) {
"-rpcuser=user",
"-rpcpassword=password",
"generatetoaddress",
"100", // generate a bunch so we're less likely to spend coinbase
"1",
btcAddress.EncodeAddress(),
},
)
Expand Down

0 comments on commit d0f7e69

Please sign in to comment.