From fafee78188c3de5f6245ec769429822ca4b98c63 Mon Sep 17 00:00:00 2001 From: MacroFake Date: Tue, 21 Jun 2022 17:56:07 +0200 Subject: rpc: Return incrementalrelayfee in getmempoolinfo --- test/functional/feature_rbf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/functional/feature_rbf.py b/test/functional/feature_rbf.py index 4c1e86e93d..b3b6328dbb 100755 --- a/test/functional/feature_rbf.py +++ b/test/functional/feature_rbf.py @@ -712,6 +712,7 @@ class ReplaceByFeeTest(BitcoinTestFramework): # Higher fee, higher feerate, different txid, but the replacement does not provide a relay # fee conforming to node's `incrementalrelayfee` policy of 1000 sat per KB. + assert_equal(self.nodes[0].getmempoolinfo()["incrementalrelayfee"], Decimal("0.00001")) tx.vout[0].nValue -= 1 assert_raises_rpc_error(-26, "insufficient fee", self.nodes[0].sendrawtransaction, tx.serialize().hex()) -- cgit v1.2.3