mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge 6acba84603 into merged_master (Bitcoin PR bitcoin/bitcoin#25358)
This commit is contained in:
commit
71c092dd08
1 changed files with 4 additions and 0 deletions
|
|
@ -77,6 +77,10 @@ class MempoolLimitTest(BitcoinTestFramework):
|
|||
self.log.info('Create a mempool tx that will not pass mempoolminfee')
|
||||
assert_raises_rpc_error(-26, "mempool min fee not met", miniwallet.send_self_transfer, from_node=node, fee_rate=relayfee)
|
||||
|
||||
self.log.info('Test passing a value below the minimum (5 MB) to -maxmempool throws an error')
|
||||
self.stop_node(0)
|
||||
self.nodes[0].assert_start_raises_init_error(["-maxmempool=4"], "Error: -maxmempool must be at least 5 MB")
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
MempoolLimitTest().main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue