forked from LBRYCommunity/lbry-sdk
bug fix in claim_renew()
This commit is contained in:
parent
8f05c1083f
commit
bf29d28c4d
1 changed files with 1 additions and 1 deletions
|
@ -1522,7 +1522,7 @@ class LBRYumWallet(Wallet):
|
|||
return self._run_cmd_as_defer_succeed('renewclaimsbeforeexpiration', height)
|
||||
|
||||
def claim_renew(self, txid, nout):
|
||||
return self._run_cmd_as_defer_succeed('listunspent')
|
||||
return self._run_cmd_as_defer_succeed('renewclaim', txid, nout)
|
||||
|
||||
# TODO: get rid of this function. lbryum should take care of it
|
||||
def _save_wallet(self, val=None):
|
||||
|
|
Loading…
Add table
Reference in a new issue