Skip to content

Commit

Permalink
Merge pull request #65 from steveluscher/version-those-solana-docs
Browse files Browse the repository at this point in the history
Update URLs to point specifically to v1 of the `@solana/web3.js` docs
  • Loading branch information
nickfrosty authored Nov 8, 2024
2 parents 3f6e3e1 + a896b88 commit 384fc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/logs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const getErrorFromRPCResponse = (
) => {
// Note: `confirmTransaction` does not throw an error if the confirmation does not succeed,
// but rather a `TransactionError` object. so we handle that here
// See https://solana-labs.github.io/solana-web3.js/classes/Connection.html#confirmTransaction.confirmTransaction-1
// See https://solana-labs.github.io/solana-web3.js/v1.x/classes/Connection.html#confirmTransaction.confirmTransaction-1

const error = rpcResponse.value.err;
if (error) {
Expand Down

0 comments on commit 384fc8c

Please sign in to comment.