From 149dffd3b2a137d575ad19b8c0b13345efe3ada1 Mon Sep 17 00:00:00 2001 From: Cristian Mircea Messel Date: Tue, 10 Oct 2017 19:36:27 +0300 Subject: [rpc] mempoolinfo should take ::minRelayTxFee into account --- test/functional/wallet.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/functional/wallet.py b/test/functional/wallet.py index 9d8ae50354..d0ca24119c 100755 --- a/test/functional/wallet.py +++ b/test/functional/wallet.py @@ -33,6 +33,9 @@ class WalletTest(BitcoinTestFramework): assert_equal(len(self.nodes[1].listunspent()), 0) assert_equal(len(self.nodes[2].listunspent()), 0) + self.log.info("Check for mempoolminfee in getmempoolinfo") + assert_equal(self.nodes[0].getmempoolinfo()['mempoolminfee'], Decimal('0.00001000')) + self.log.info("Mining blocks...") self.nodes[0].generate(1) -- cgit v1.2.3