mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-30 05:52:33 +02:00
qa: Fix silent merge conflict in wallet_importmulti
This commit is contained in:
parent
13c842e028
commit
fa263bcfe4
@ -6,7 +6,13 @@
|
|||||||
|
|
||||||
from test_framework import script
|
from test_framework import script
|
||||||
from test_framework.test_framework import BitcoinTestFramework
|
from test_framework.test_framework import BitcoinTestFramework
|
||||||
from test_framework.util import assert_equal, assert_greater_than, assert_raises_rpc_error
|
from test_framework.util import (
|
||||||
|
assert_equal,
|
||||||
|
assert_greater_than,
|
||||||
|
assert_raises_rpc_error,
|
||||||
|
bytes_to_hex_str,
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class ImportMultiTest(BitcoinTestFramework):
|
class ImportMultiTest(BitcoinTestFramework):
|
||||||
def set_test_params(self):
|
def set_test_params(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user