mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge d38feb6134 into merged_master (Bitcoin PR #20535)
This commit is contained in:
commit
5eb8983d1d
1 changed files with 4 additions and 0 deletions
|
|
@ -1457,6 +1457,10 @@ class TaprootTest(BitcoinTestFramework):
|
|||
self.nodes[1].generate(101)
|
||||
self.test_spenders(self.nodes[1], spenders_taproot_active(), input_counts=[1, 2, 2, 2, 2, 3])
|
||||
|
||||
# Re-connect nodes in case they have been disconnected
|
||||
self.disconnect_nodes(0, 1)
|
||||
self.connect_nodes(0, 1)
|
||||
|
||||
# Transfer value of the largest 500 coins to pre-taproot node.
|
||||
addr = self.nodes[0].getnewaddress()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue