This commit is contained in:
Jack 2016-02-25 17:18:18 -05:00
parent eeef183cc6
commit 7cf3f8c7cd

View file

@ -979,7 +979,7 @@ class LBRYumWallet(LBRYWallet):
return defer.succeed(Decimal(self.wallet.get_addr_received(address))/COIN)
def get_nametrie(self):
cmd = known_commands['getnametrie']
cmd = known_commands['getclaimtrie']
func = getattr(self.cmd_runner, cmd.name)
return threads.deferToThread(func)