We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c9af3 commit ee9a2e4Copy full SHA for ee9a2e4
qa/pull-tester/rpc-tests.sh
@@ -31,6 +31,7 @@ testScripts=(
31
'proxy_test.py'
32
'merkle_blocks.py'
33
'signrawtransactions.py'
34
+ 'walletbackup.py'
35
);
36
testScriptsExt=(
37
'bipdersig-p2p.py'
qa/rpc-tests/walletbackup.py
@@ -33,8 +33,8 @@
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 *
38
from random import randint
39
import logging
40
logging.basicConfig(format='%(levelname)s:%(message)s', level=logging.INFO)
0 commit comments