File tree Expand file tree Collapse file tree 4 files changed +3
-9
lines changed
Expand file tree Collapse file tree 4 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 7777#Set env vars
7878if "BITCOIND" not in os .environ :
7979 os .environ ["BITCOIND" ] = BUILDDIR + '/src/bitcoind' + EXEEXT
80- if "BITCOINCLI" not in os .environ :
81- os .environ ["BITCOINCLI" ] = BUILDDIR + '/src/bitcoin-cli' + EXEEXT
8280
8381if EXEEXT == ".exe" and "-win" not in opts :
8482 # https://github.com/bitcoin/bitcoin/commit/d52802551752140cf41f0d9a225a43e84404d3e9
Original file line number Diff line number Diff line change 55
66from test_framework .test_framework import BitcoinTestFramework
77from test_framework .util import *
8- import decimal
8+
99
1010class ImportPrunedFundsTest (BitcoinTestFramework ):
1111
Original file line number Diff line number Diff line change 55
66# Test for -rpcbind, as well as -rpcallowip and -rpcconnect
77
8- import tempfile
9- import traceback
10-
118from test_framework .test_framework import BitcoinTestFramework
129from test_framework .util import *
1310from test_framework .netutil import *
1411
12+
1513class RPCBindTest (BitcoinTestFramework ):
1614
1715 def __init__ (self ):
@@ -109,4 +107,4 @@ def run_test(self):
109107 pass
110108
111109if __name__ == '__main__' :
112- RPCBindTest ().main ()
110+ RPCBindTest ().main ()
Original file line number Diff line number Diff line change 1010from test_framework .test_framework import BitcoinTestFramework
1111from test_framework .util import *
1212from test_framework .mininode import sha256 , ripemd160
13- import os
14- import shutil
1513
1614NODE_0 = 0
1715NODE_1 = 1
You can’t perform that action at this time.
0 commit comments