mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 14:08:40 +01: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:
@@ -8,6 +8,9 @@ Test opportunistic 1p1c package submission logic.
|
||||
|
||||
from decimal import Decimal
|
||||
import time
|
||||
from test_framework.mempool_util import (
|
||||
fill_mempool,
|
||||
)
|
||||
from test_framework.messages import (
|
||||
CInv,
|
||||
CTxInWitness,
|
||||
@@ -24,7 +27,6 @@ from test_framework.test_framework import BitcoinTestFramework
|
||||
from test_framework.util import (
|
||||
assert_equal,
|
||||
assert_greater_than,
|
||||
fill_mempool,
|
||||
)
|
||||
from test_framework.wallet import (
|
||||
MiniWallet,
|
||||
|
||||
Reference in New Issue
Block a user