mirror of
https://github.com/basicswap/basicswap.git
synced 2024-12-22 19:49:20 +00:00
Re-enabled the getSpendableBalance for the PART_BLIND interface
This commit is contained in:
parent
9386544b3d
commit
c16dd1bba3
1 changed files with 1 additions and 1 deletions
|
@ -974,7 +974,7 @@ class PARTInterfaceBlind(PARTInterface):
|
|||
return bytes.fromhex(lock_refund_swipe_tx_hex)
|
||||
|
||||
def getSpendableBalance(self) -> int:
|
||||
raise ValueError("getUnspentsByAddr is used to get the Blind balances")
|
||||
return self.make_int(self.rpc_wallet("getbalances")["mine"]["blind_trusted"])
|
||||
|
||||
def publishBLockTx(
|
||||
self,
|
||||
|
|
Loading…
Reference in a new issue