Skip to content

Commit

Permalink
fix: code prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
muzaffarbhat07 committed Sep 30, 2024
1 parent 4ab29d8 commit d242be6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions apps/node/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const run = async () => {
const wallets = await managerApp.getWallets();
const wallet = wallets.walletList[0];

console.log({wallet});
console.log({ wallet });

const xrpApp = await XrpApp.create(connection);

Expand All @@ -64,18 +64,17 @@ const run = async () => {
],
});

console.log({resultPubKey});
console.log({ resultPubKey });

// const resultUserVerifiedPubKey = await xrpApp.getUserVerifiedPublicKey({
// walletId: wallet.id,
// derivationPath: [0x80000000 + 44, 0x80000000 + 144, 0x80000000, 0, 0]
// })

// console.log({resultUserVerifiedPubKey});
// console.log({ resultUserVerifiedPubKey });

await xrpApp.destroy();


// await managerApp.authDevice();

// await managerApp.trainCard({ onWallets: async () => true });
Expand Down

0 comments on commit d242be6

Please sign in to comment.