Skip to content

Commit

Permalink
feat: improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskares committed Jun 14, 2024
1 parent f4192af commit 0b4ee57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/createWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function createWallet(account: LocalAccount, transport: Transport) {
params: params as any,
});
} catch (error) {
console.error("error", error);
console.error("Error within Mock Wallet:", error);
return null;
}
},
Expand Down

0 comments on commit 0b4ee57

Please sign in to comment.