mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-11 12:03:04 +02:00
test: refactor: move fill_mempool to new module mempool_util
This is needed to avoid circular dependencies in later commits. Can be reviewed via `--color-moved=dimmed-zebra`.
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
|
||||
from decimal import Decimal
|
||||
|
||||
from test_framework.mempool_util import (
|
||||
fill_mempool,
|
||||
)
|
||||
from test_framework.p2p import P2PTxInvStore
|
||||
from test_framework.test_framework import BitcoinTestFramework
|
||||
from test_framework.util import (
|
||||
@@ -13,7 +16,6 @@ from test_framework.util import (
|
||||
assert_fee_amount,
|
||||
assert_greater_than,
|
||||
assert_raises_rpc_error,
|
||||
fill_mempool,
|
||||
)
|
||||
from test_framework.wallet import (
|
||||
COIN,
|
||||
|
Reference in New Issue
Block a user