diff options
| -rwxr-xr-x | qa/rpc-tests/mempool_packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/mempool_packages.py b/qa/rpc-tests/mempool_packages.py index 99e01534d..35cbb3fdd 100755 --- a/qa/rpc-tests/mempool_packages.py +++ b/qa/rpc-tests/mempool_packages.py @@ -49,7 +49,7 @@ class MempoolPackagesTest(BitcoinTestFramework): vout = utxo[0]['vout'] value = utxo[0]['amount'] - fee = Decimal("0.0001") + fee = Decimal("1.0000") # MAX_ANCESTORS transactions off a confirmed tx should be fine chain = [] for i in range(MAX_ANCESTORS): |