Skip to content

Commit

Permalink
ALL-5473 - Fix solana confirm error
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel committed Mar 12, 2024
1 parent d9d88b6 commit e58c666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tatumio",
"version": "2.2.62",
"version": "2.2.63",
"license": "MIT",
"repository": "https://github.com/tatumio/tatum-js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const solanaUtils = {
}

throw new Error(
`Transaction ${txId} not confirmed after ${attempts} attempts, please check the status of the transaction or try again.`,
`Transaction ${txId} has not been confirmed yet. The transaction could still be accepted by the Solana network. We advise to manually check if the transaction has been dropped or accepted before you try to send the transaction again.`,
)
},
}

0 comments on commit e58c666

Please sign in to comment.