MCPcopy Create free account
hub / github.com/ElementsProject/elements / clear_mempool

Method clear_mempool

test/functional/wallet_bumpfee.py:62–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60 self.skip_if_no_wallet()
61
62 def clear_mempool(self):
63 # Clear mempool between subtests. The subtests may only depend on chainstate (utxos)
64 self.generate(self.nodes[1], 1)
65
66 def run_test(self):
67 util.node_fastmerkle = self.nodes[0]

Callers 15

test_dust_to_feeFunction · 0.80
test_settxfeeFunction · 0.80
test_maxtxfee_failsFunction · 0.80
test_watchonly_psbtFunction · 0.80
test_rebumpingFunction · 0.80

Calls 1

generateMethod · 0.45

Tested by 15

test_dust_to_feeFunction · 0.64
test_settxfeeFunction · 0.64
test_maxtxfee_failsFunction · 0.64
test_watchonly_psbtFunction · 0.64
test_rebumpingFunction · 0.64