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 d6db115 commit 3f16971Copy full SHA for 3f16971
qa/rpc-tests/txn_clone.py
@@ -7,8 +7,8 @@
7
# Test proper accounting with an equivalent malleability clone
8
#
9
10
-from test_framework import BitcoinTestFramework
11
-from bitcoinrpc.authproxy import AuthServiceProxy, JSONRPCException
+from test_framework.test_framework import BitcoinTestFramework
+from test_framework.authproxy import AuthServiceProxy, JSONRPCException
12
from decimal import Decimal
13
from util import *
14
import os
0 commit comments