Skip to content

Commit bfd9a15

Browse files
committed
test: sapling_fillblock.py sync mempool every 200 transactions instead of only at the end.
1 parent 53497f0 commit bfd9a15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/sapling_fillblock.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def send_shielded(self, node, n_txes, from_address, shield_to):
7777
txids.append(node.shieldsendmany(from_address, shield_to))
7878
if (i + 1) % 200 == 0:
7979
self.log.info("...%d Transactions created..." % (i + 1))
80+
sync_mempools(self.nodes)
8081
return txids
8182

8283

0 commit comments

Comments
 (0)