Skip to content

Commit 3f16971

Browse files
committed
tests: fix txn_clone.py
Solve merge conflict of test added in #5881 with #6097.
1 parent d6db115 commit 3f16971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qa/rpc-tests/txn_clone.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# Test proper accounting with an equivalent malleability clone
88
#
99

10-
from test_framework import BitcoinTestFramework
11-
from bitcoinrpc.authproxy import AuthServiceProxy, JSONRPCException
10+
from test_framework.test_framework import BitcoinTestFramework
11+
from test_framework.authproxy import AuthServiceProxy, JSONRPCException
1212
from decimal import Decimal
1313
from util import *
1414
import os

0 commit comments

Comments
 (0)