|
|
|
@ -33,8 +33,8 @@ Shutdown again, restore using importwallet,
@@ -33,8 +33,8 @@ Shutdown again, restore using importwallet,
|
|
|
|
|
and confirm again balances are correct. |
|
|
|
|
""" |
|
|
|
|
|
|
|
|
|
from test_framework import BitcoinTestFramework |
|
|
|
|
from util import * |
|
|
|
|
from test_framework.test_framework import BitcoinTestFramework |
|
|
|
|
from test_framework.util import * |
|
|
|
|
from random import randint |
|
|
|
|
import logging |
|
|
|
|
logging.basicConfig(format='%(levelname)s:%(message)s', level=logging.INFO) |
|
|
|
|