mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Merge pull request #1483 from tomt1664/fix/functional_sync
Test: fix intermittent failures for wallet_elements_regression_1259.py and feature_dynafed.py
This commit is contained in:
commit
992147b07e
2 changed files with 2 additions and 0 deletions
|
|
@ -305,6 +305,7 @@ class DynaFedTest(BitcoinTestFramework):
|
|||
assert comb_result["complete"]
|
||||
self.nodes[0].submitblock(comb_result["hex"])
|
||||
assert_equal(self.nodes[0].getblockcount(), cur_height+11)
|
||||
self.sync_blocks()
|
||||
|
||||
def test_transition_mempool_eject(self):
|
||||
self.log.info("Testing mempool (r)ejection policy on transitions...")
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@ class WalletTest(BitcoinTestFramework):
|
|||
for i in range(num_utxos):
|
||||
self.nodes[0].sendtoaddress(self.nodes[1].getnewaddress(), value, "", "", False, False, None, None, None, asset, False, fee_rate, True)
|
||||
self.generate(self.nodes[0], 1)
|
||||
self.sync_all()
|
||||
|
||||
# create a raw tx on node 1 consolidating the asset utxos
|
||||
self.log.info(f"Create the raw consolidation transaction")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue