Browse Source

tests: fix txn_clone.py

Solve merge conflict of test added in #5881 with #6097.
0.13
Wladimir J. van der Laan 9 years ago
parent
commit
3f16971442
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 4
      qa/rpc-tests/txn_clone.py

4
qa/rpc-tests/txn_clone.py

@ -7,8 +7,8 @@ @@ -7,8 +7,8 @@
# Test proper accounting with an equivalent malleability clone
#
from test_framework import BitcoinTestFramework
from bitcoinrpc.authproxy import AuthServiceProxy, JSONRPCException
from test_framework.test_framework import BitcoinTestFramework
from test_framework.authproxy import AuthServiceProxy, JSONRPCException
from decimal import Decimal
from util import *
import os

Loading…
Cancel
Save