mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge e7f3450b7d into merged_master (Bitcoin PR #16302)
This commit is contained in:
commit
d97e53163b
1 changed files with 2 additions and 0 deletions
|
|
@ -210,6 +210,8 @@ class WalletTest(BitcoinTestFramework):
|
|||
self.log.info('Put txs back into mempool of node 1 (not node 0)')
|
||||
self.nodes[0].invalidateblock(block_reorg)
|
||||
self.nodes[1].invalidateblock(block_reorg)
|
||||
self.sync_blocks()
|
||||
self.nodes[0].syncwithvalidationinterfacequeue()
|
||||
assert_equal(self.nodes[0].getbalance(minconf=0)['bitcoin'], 0) # wallet txs not in the mempool are untrusted
|
||||
self.nodes[0].generatetoaddress(1, ADDRESS_WATCHONLY)
|
||||
assert_equal(self.nodes[0].getbalance(minconf=0)['bitcoin'], 0) # wallet txs not in the mempool are untrusted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue