Skip to content

Commit

Permalink
Update near-wallet.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez authored Jul 12, 2024
1 parent c9acc0f commit 5cb169f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/near-wallet.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 5cb169f

Please sign in to comment.