We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a16b5e commit c62f9bcCopy full SHA for c62f9bc
test/functional/wallet_groups.py
@@ -31,7 +31,7 @@ def skip_test_if_missing_module(self):
31
def run_test(self):
32
self.log.info("Setting up")
33
# Mine some coins
34
- self.nodes[0].generate(110)
+ self.nodes[0].generate(101)
35
36
# Get some addresses from the two nodes
37
addr1 = [self.nodes[1].getnewaddress() for _ in range(3)]
@@ -160,8 +160,7 @@ def run_test(self):
160
signed_tx = self.nodes[0].signrawtransactionwithwallet(funded_tx['hex'])
161
self.nodes[0].sendrawtransaction(signed_tx['hex'])
162
self.nodes[0].generate(1)
163
-
164
- self.sync_all()
+ self.sync_all()
165
166
# Check that we can create a transaction that only requires ~100 of our
167
# utxos, without pulling in all outputs and creating a transaction that
0 commit comments