diff options
author | glozow <gloriajzhao@gmail.com> | 2022-09-28 14:07:56 +0100 |
---|---|---|
committer | glozow <gloriajzhao@gmail.com> | 2023-01-10 11:07:38 +0000 |
commit | 601bac88cb95404e7d38ac6348d959c0e06bd922 (patch) | |
tree | a09a4eb8113f024cc6bb7330efdeeb87f3ad4f1c /test/functional/mempool_accept.py | |
parent | 1691eaa818f7a7b22907f756490b842d80a9a21d (diff) |
[rpc] return effective-includes in testmempoolaccept and submitpackage
Diffstat (limited to 'test/functional/mempool_accept.py')
-rwxr-xr-x | test/functional/mempool_accept.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/mempool_accept.py b/test/functional/mempool_accept.py index 12ea7a00b1..19cb65be36 100755 --- a/test/functional/mempool_accept.py +++ b/test/functional/mempool_accept.py @@ -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 |