Skip to content

Commit

Permalink
Update near.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Jul 12, 2024
1 parent 4eb13c8 commit 7ac5e16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/wallets/near.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export class Wallet {
const { network } = walletSelector.options;
const provider = new providers.JsonRpcProvider({ url: network.nodeUrl });

// Retrieve transaction result from the network
const transaction = await provider.txStatus(txhash, 'unnused');
return providers.getTransactionLastResult(transaction);
};
Expand Down

0 comments on commit 7ac5e16

Please sign in to comment.