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.
2 parents 13c842e + fa263bc commit eb2f1bdCopy full SHA for eb2f1bd
test/functional/wallet_importmulti.py
@@ -6,9 +6,15 @@
6
7
from test_framework import script
8
from test_framework.test_framework import BitcoinTestFramework
9
-from test_framework.util import assert_equal, assert_greater_than, assert_raises_rpc_error
+from test_framework.util import (
10
+ assert_equal,
11
+ assert_greater_than,
12
+ assert_raises_rpc_error,
13
+ bytes_to_hex_str,
14
+)
15
-class ImportMultiTest (BitcoinTestFramework):
16
+
17
+class ImportMultiTest(BitcoinTestFramework):
18
def set_test_params(self):
19
self.num_nodes = 2
20
self.extra_args = [["-addresstype=legacy"], ["-addresstype=legacy"]]
0 commit comments