Fix pivx withdrawals and install typo.

This commit is contained in:
tecnovert
2022-10-12 00:59:30 +02:00
parent bdcf6ce91b
commit ea52ff67c2
4 changed files with 24 additions and 19 deletions

View File

@@ -54,3 +54,7 @@ class PIVXInterface(BTCInterface):
}
return block_rv
def withdrawCoin(self, value, addr_to, subfee):
params = [addr_to, value, '', '', subfee]
return self.rpc_callback('sendtoaddress', params)