Skip to content

Commit

Permalink
Libs 1.2.117 (#3158)
Browse files Browse the repository at this point in the history
  • Loading branch information
piazzatron authored May 26, 2022
1 parent d95cb72 commit ad63f68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@audius/libs",
"version": "1.2.116",
"version": "1.2.117",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libs/src/services/solanaWeb3Manager/transactionHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class TransactionHandler {
try {
await this._awaitTransactionSignatureConfirmation(txid, logger)
done = true
logger.info(`Finished for txid ${txid} with ${sendCount} retries`)
logger.info(`transactionHandler: finished for txid ${txid} with ${sendCount} retries`)
return {
res: txid,
error: null,
Expand Down

0 comments on commit ad63f68

Please sign in to comment.