mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
tests: fix txn_clone.py
Solve merge conflict of test added in #5881 with #6097.
This commit is contained in:
parent
d6db1157bc
commit
3f16971442
@ -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…
Reference in New Issue
Block a user