Tests: fix missing import in mempool_packages

This commit is contained in:
Suhas Daftuar 2016-03-17 20:23:29 -04:00
parent f034bced26
commit e38781da40

View file

@ -7,6 +7,7 @@
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import *
from test_framework.mininode import COIN
MAX_ANCESTORS = 25
MAX_DESCENDANTS = 25