mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Merge 992147b07e into merged_master (Elements PR #1483)
This commit is contained in:
commit
cf1e2d4946
2 changed files with 2 additions and 0 deletions
|
|
@ -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...")
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue