Merge 992147b07e into merged_master (Elements PR #1483)

This commit is contained in:
Byron Hambly 2025-11-05 09:22:58 +02:00
commit cf1e2d4946
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697
2 changed files with 2 additions and 0 deletions

View file

@ -308,6 +308,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...")

View file

@ -59,6 +59,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")