forked from LBRYCommunity/lbry-sdk
fix typo
This commit is contained in:
parent
eeef183cc6
commit
7cf3f8c7cd
1 changed files with 1 additions and 1 deletions
|
@ -979,7 +979,7 @@ class LBRYumWallet(LBRYWallet):
|
||||||
return defer.succeed(Decimal(self.wallet.get_addr_received(address))/COIN)
|
return defer.succeed(Decimal(self.wallet.get_addr_received(address))/COIN)
|
||||||
|
|
||||||
def get_nametrie(self):
|
def get_nametrie(self):
|
||||||
cmd = known_commands['getnametrie']
|
cmd = known_commands['getclaimtrie']
|
||||||
func = getattr(self.cmd_runner, cmd.name)
|
func = getattr(self.cmd_runner, cmd.name)
|
||||||
return threads.deferToThread(func)
|
return threads.deferToThread(func)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue