mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
Decred: test_010_txn_size
This commit is contained in:
@@ -1001,7 +1001,7 @@ class BTCInterface(Secp256k1Interface):
|
||||
|
||||
def getWalletTransaction(self, txid: bytes):
|
||||
try:
|
||||
return bytes.fromhex(self.rpc('gettransaction', [txid.hex()]))
|
||||
return bytes.fromhex(self.rpc_wallet('gettransaction', [txid.hex()]))
|
||||
except Exception as ex:
|
||||
# TODO: filter errors
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user