diff --git a/src/app/wallet/view.nim b/src/app/wallet/view.nim index f6f4b3df56..4e72c96f1b 100644 --- a/src/app/wallet/view.nim +++ b/src/app/wallet/view.nim @@ -127,7 +127,7 @@ QtObject: # If it's the first account we ever get, use its list as our first lists if (self.accountsView.accounts.rowCount == 1): self.tokensView.setCurrentAssetList(account.assetList) - discard self.accountsView.setCurrentAccountByIndex(0) + self.setCurrentAccountByIndex(0) proc transactionCompleted*(self: WalletView, success: bool, txHash: string, revertReason: string = "") {.signal.}