mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-26 14:00:29 +01:00
[rpc] return effective-includes in testmempoolaccept and submitpackage
This commit is contained in:
@@ -62,6 +62,7 @@ class MempoolAcceptanceTest(BitcoinTestFramework):
|
||||
r.pop('wtxid')
|
||||
if "fees" in r:
|
||||
r["fees"].pop("effective-feerate")
|
||||
r["fees"].pop("effective-includes")
|
||||
assert_equal(result_expected, result_test)
|
||||
assert_equal(self.nodes[0].getmempoolinfo()['size'], self.mempool_size) # Must not change mempool state
|
||||
|
||||
|
||||
Reference in New Issue
Block a user