Fix PIVX.

This commit is contained in:
tecnovert
2025-03-24 13:32:36 +02:00
parent cc57d3537d
commit 5e5b404a48
3 changed files with 4 additions and 7 deletions

View File

@@ -34,9 +34,6 @@ class PIVXInterface(BTCInterface):
self._rpcport, self._rpcauth, host=self._rpc_host
)
def checkWallets(self) -> int:
return 1
def signTxWithWallet(self, tx):
rv = self.rpc("signrawtransaction", [tx.hex()])
return bytes.fromhex(rv["hex"])