aboutsummaryrefslogtreecommitdiff
path: root/test/functional/mempool_accept.py
diff options
context:
space:
mode:
authorJoonmo Yang <dev@remagpie.com>2019-08-02 02:03:01 +0900
committerJoonmo Yang <dev@remagpie.com>2019-08-18 22:58:04 +0900
commit261843e4bef96ab296a9775819a99bfa60cad743 (patch)
tree8e8091916986f4a7fc201ed6cc7205cb45f9ff65 /test/functional/mempool_accept.py
parent3a3d8b83571205b8329d4ee25537e3cc4397c3b8 (diff)
downloadbitcoin-261843e4bef96ab296a9775819a99bfa60cad743.tar.xz
wallet/rpc: Use the default maxfeerate value as BTC/kB
Diffstat (limited to 'test/functional/mempool_accept.py')
-rwxr-xr-xtest/functional/mempool_accept.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/mempool_accept.py b/test/functional/mempool_accept.py
index 209a222004..c8bea590cc 100755
--- a/test/functional/mempool_accept.py
+++ b/test/functional/mempool_accept.py
@@ -183,6 +183,7 @@ class MempoolAcceptanceTest(BitcoinTestFramework):
self.check_mempool_result(
result_expected=[{'txid': tx.rehash(), 'allowed': True}],
rawtxs=[tx.serialize().hex()],
+ maxfeerate=0,
)
self.log.info('A transaction with no outputs')