We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a2808 commit 2db4f54Copy full SHA for 2db4f54
1 file changed
services/wallet.js
@@ -248,6 +248,7 @@ export const fetchAccountInfo = async (network, address) => {
248
const response = await $fetch(uri)
249
return response.account
250
} catch (e) {
251
+ console.error(e)
252
return undefined
253
}
254
0 commit comments