Skip to content

Commit

Permalink
Adding debug for nonce,hash
Browse files Browse the repository at this point in the history
  • Loading branch information
y3fers0n committed Oct 7, 2024
1 parent e9393e1 commit 126d4e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ton/MobileAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ export class MobileAdapter {

const { nonce, hash } = JSON.parse(res);

console.log(nonce, 'nonce received');
console.log(hash, 'hash received');

return method === 'ton_sendTransaction' ? nonce : hash;
}

Expand Down

0 comments on commit 126d4e6

Please sign in to comment.