Skip to content

Commit

Permalink
Update URLs to point specifically to v1 of the @solana/web3.js docs
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher authored Nov 7, 2024
1 parent 3f6e3e1 commit a896b88
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 a896b88

Please sign in to comment.