mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge 8343420803 into merged_master (Bitcoin PR bitcoin/bitcoin#25915)
This commit is contained in:
commit
1bf25ee8d9
1 changed files with 0 additions and 1 deletions
|
|
@ -274,7 +274,6 @@ class WalletTest(BitcoinTestFramework):
|
|||
self.nodes[1].invalidateblock(block_reorg)
|
||||
assert_equal(self.nodes[0].getbalance(minconf=0)['bitcoin'], 0) # wallet txs not in the mempool are untrusted
|
||||
self.generatetoaddress(self.nodes[0], 1, ADDRESS_WATCHONLY, sync_fun=self.no_op)
|
||||
assert_equal(self.nodes[0].getbalance(minconf=0)['bitcoin'], 0) # wallet txs not in the mempool are untrusted
|
||||
|
||||
# Now confirm tx_orig
|
||||
self.restart_node(1, ['-persistmempool=0'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue