Skip to content

Commit

Permalink
Merge pull request #15 from PiVortex/main
Browse files Browse the repository at this point in the history
Update near.js
  • Loading branch information
gagdiez authored Jul 12, 2024
2 parents 6a4b1d6 + 90eb182 commit 4eb13c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/wallets/near.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class Wallet {
};

/**
* Makes a call to a contract
* Retrieves transaction result from the network
* @param {string} txhash - the transaction hash
* @returns {Promise<JSON.value>} - the result of the transaction
*/
Expand All @@ -139,4 +139,4 @@ export class Wallet {
const transaction = await provider.txStatus(txhash, 'unnused');
return providers.getTransactionLastResult(transaction);
};
}
}

0 comments on commit 4eb13c8

Please sign in to comment.