wallet/rpc: Use the default maxfeerate value as BTC/kB

This commit is contained in:
Joonmo Yang
2019-08-02 02:03:01 +09:00
parent 3a3d8b8357
commit 261843e4be
4 changed files with 20 additions and 22 deletions

View File

@@ -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')