functional_tests: move RPC API to utils, it is not test specific
This commit is contained in:
@@ -33,8 +33,8 @@ import time
|
||||
"""Test multisig transfers
|
||||
"""
|
||||
|
||||
from test_framework.daemon import Daemon
|
||||
from test_framework.wallet import Wallet
|
||||
from framework.daemon import Daemon
|
||||
from framework.wallet import Wallet
|
||||
|
||||
class MultisigTest():
|
||||
def run_test(self):
|
||||
|
||||
Reference in New Issue
Block a user