We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff390fa + 2683323 commit f3a55c8Copy full SHA for f3a55c8
src/components/services/AccountCallbackManager.tsx
@@ -159,7 +159,7 @@ export function AccountCallbackManager(props: Props) {
159
if (dirty.walletList) {
160
// Update all wallets (hammer mode):
161
datelog('Updating wallet list')
162
- await dispatch(refreshConnectedWallets)
+ await dispatch(refreshConnectedWallets).catch(err => console.warn(err))
163
await snooze(1000)
164
}
165
},
0 commit comments