Skip to content

Commit 0b4ee57

Browse files
committed
feat: improve error message
1 parent f4192af commit 0b4ee57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/createWallet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export function createWallet(account: LocalAccount, transport: Transport) {
7171
params: params as any,
7272
});
7373
} catch (error) {
74-
console.error("error", error);
74+
console.error("Error within Mock Wallet:", error);
7575
return null;
7676
}
7777
},

0 commit comments

Comments
 (0)