diff --git a/src/app/wallet/core.nim b/src/app/wallet/core.nim index c3baa0f430..bca7ecd870 100644 --- a/src/app/wallet/core.nim +++ b/src/app/wallet/core.nim @@ -70,7 +70,7 @@ proc init*(self: WalletController) = of "non-archival-node-detected": self.view.setHistoryFetchState(self.status.wallet.accounts.map(account => account.address), false) self.view.setNonArchivalNode() - error "Non-archival node detected, please check your Infura key or your connected node" + warn "Non-archival node detected, please check your Infura key or your connected node" else: error "Unhandled wallet signal", eventType=data.eventType diff --git a/ui/app/AppLayouts/Wallet/WalletLayout.qml b/ui/app/AppLayouts/Wallet/WalletLayout.qml index b72383f84a..803556cfba 100644 --- a/ui/app/AppLayouts/Wallet/WalletLayout.qml +++ b/ui/app/AppLayouts/Wallet/WalletLayout.qml @@ -110,7 +110,6 @@ Item { anchors.leftMargin: 32 //% "History" btnText: qsTrId("history") - onClicked: historyTab.checkIfHistoryIsBeingFetched() } }