[functional test] getprioritisedtransactions RPC

This commit is contained in:
glozow
2023-04-20 12:38:44 +01:00
parent 99f8046829
commit 0e5874f0b0
2 changed files with 28 additions and 1 deletions

View File

@@ -12,7 +12,10 @@ definable expiry timeout via the '-mempoolexpiry=<n>' command line argument
from datetime import timedelta
from test_framework.messages import DEFAULT_MEMPOOL_EXPIRY_HOURS
from test_framework.messages import (
COIN,
DEFAULT_MEMPOOL_EXPIRY_HOURS,
)
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import (
assert_equal,