Skip to content

Commit

Permalink
test: sapling_fillblock.py sync mempool every 200 transactions instea…
Browse files Browse the repository at this point in the history
…d of only at the end.
  • Loading branch information
furszy committed Feb 24, 2021
1 parent 53497f0 commit bfd9a15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/sapling_fillblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def send_shielded(self, node, n_txes, from_address, shield_to):
txids.append(node.shieldsendmany(from_address, shield_to))
if (i + 1) % 200 == 0:
self.log.info("...%d Transactions created..." % (i + 1))
sync_mempools(self.nodes)
return txids


Expand Down

0 comments on commit bfd9a15

Please sign in to comment.