mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
Merge #8803: Ping regularly in p2p-segwit.py to keep connection alive
0637b02
Ping regularly in p2p-segwit.py to keep connection alive (Johnson Lau)
This commit is contained in:
commit
6e54c85439
@ -1392,6 +1392,9 @@ class SegWitTest(BitcoinTestFramework):
|
|||||||
block = self.build_next_block()
|
block = self.build_next_block()
|
||||||
used_sighash_single_out_of_bounds = False
|
used_sighash_single_out_of_bounds = False
|
||||||
for i in range(NUM_TESTS):
|
for i in range(NUM_TESTS):
|
||||||
|
# Ping regularly to keep the connection alive
|
||||||
|
if (not i % 100):
|
||||||
|
self.test_node.sync_with_ping()
|
||||||
# Choose random number of inputs to use.
|
# Choose random number of inputs to use.
|
||||||
num_inputs = random.randint(1, 10)
|
num_inputs = random.randint(1, 10)
|
||||||
# Create a slight bias for producing more utxos
|
# Create a slight bias for producing more utxos
|
||||||
|
Loading…
Reference in New Issue
Block a user