Skip to content

Commit 2db4f54

Browse files
committed
fix: fetchAccountInfo log error
1 parent 84a2808 commit 2db4f54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/wallet.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ export const fetchAccountInfo = async (network, address) => {
248248
const response = await $fetch(uri)
249249
return response.account
250250
} catch (e) {
251+
console.error(e)
251252
return undefined
252253
}
253254
}

0 commit comments

Comments
 (0)