fix incorrect variable
This commit is contained in:
parent
a931f59dda
commit
e48cc40610
1 changed files with 1 additions and 1 deletions
|
@ -894,7 +894,7 @@ class LBRYDaemon(jsonrpc.JSONRPC):
|
|||
|
||||
log.info("[" + str(datetime.now()) + "] Get startup notice")
|
||||
|
||||
if self.first_run and not self.wallet.balance:
|
||||
if self.first_run and not self.session.wallet.wallet_balance:
|
||||
return self._render_response(self.startup_message, OK_CODE)
|
||||
elif self.first_run:
|
||||
return self._render_response(None, OK_CODE)
|
||||
|
|
Loading…
Reference in a new issue