Browse Source

Tests: fix missing import in mempool_packages

0.13
Suhas Daftuar 9 years ago
parent
commit
e38781da40
  1. 1
      qa/rpc-tests/mempool_packages.py

1
qa/rpc-tests/mempool_packages.py

@ -7,6 +7,7 @@ @@ -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

Loading…
Cancel
Save