File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def skip_test_if_missing_module(self):
31
31
def run_test (self ):
32
32
self .log .info ("Setting up" )
33
33
# Mine some coins
34
- self .nodes [0 ].generate (110 )
34
+ self .nodes [0 ].generate (101 )
35
35
36
36
# Get some addresses from the two nodes
37
37
addr1 = [self .nodes [1 ].getnewaddress () for _ in range (3 )]
@@ -160,8 +160,7 @@ def run_test(self):
160
160
signed_tx = self .nodes [0 ].signrawtransactionwithwallet (funded_tx ['hex' ])
161
161
self .nodes [0 ].sendrawtransaction (signed_tx ['hex' ])
162
162
self .nodes [0 ].generate (1 )
163
-
164
- self .sync_all ()
163
+ self .sync_all ()
165
164
166
165
# Check that we can create a transaction that only requires ~100 of our
167
166
# utxos, without pulling in all outputs and creating a transaction that
You can’t perform that action at this time.
0 commit comments