mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-29 23:13:31 +02:00
Merge #7709: Tests: fix missing import in mempool_packages
e38781d
Tests: fix missing import in mempool_packages (Suhas Daftuar)
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
from test_framework.test_framework import BitcoinTestFramework
|
from test_framework.test_framework import BitcoinTestFramework
|
||||||
from test_framework.util import *
|
from test_framework.util import *
|
||||||
|
from test_framework.mininode import COIN
|
||||||
|
|
||||||
MAX_ANCESTORS = 25
|
MAX_ANCESTORS = 25
|
||||||
MAX_DESCENDANTS = 25
|
MAX_DESCENDANTS = 25
|
||||||
|
Reference in New Issue
Block a user