diff options
author | Joonmo Yang <dev@remagpie.com> | 2019-08-02 02:03:01 +0900 |
---|---|---|
committer | Joonmo Yang <dev@remagpie.com> | 2019-08-18 22:58:04 +0900 |
commit | 261843e4bef96ab296a9775819a99bfa60cad743 (patch) | |
tree | 8e8091916986f4a7fc201ed6cc7205cb45f9ff65 /test/functional/mempool_accept.py | |
parent | 3a3d8b83571205b8329d4ee25537e3cc4397c3b8 (diff) |
wallet/rpc: Use the default maxfeerate value as BTC/kB
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 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') |