Skip to content

Commit

Permalink
fix: logging
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillemGarciaDev committed Sep 15, 2023
1 parent 53c1741 commit f7d01b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/near-mobile-wallet/src/lib/init.wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const initNearMobileWallet: NearMobileWalletInit = async (config) => {
});

async function getAccounts() {
logger.log("HereWallet:getAccounts");
logger.log("[NearMobileWallet]:getAccounts");
const accountIds = await nearMobileWallet.getAccounts();
const accounts = [];

Expand Down

0 comments on commit f7d01b6

Please sign in to comment.