Skip to content

Commit

Permalink
Merge pull request #71 from multiversx/bump-2-8
Browse files Browse the repository at this point in the history
Bump version (2.8.0)
  • Loading branch information
andreibancioiu authored Oct 3, 2024
2 parents f835817 + 9c09b8c commit 158da78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@multiversx/sdk-network-providers",
"version": "2.7.1",
"version": "2.8.0",
"lockfileVersion": 2,
"requires": true,
"author": "MultiversX",
Expand Down
2 changes: 1 addition & 1 deletion src/transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class TransactionOnNetwork {

if (processStatus) {
result.status = processStatus;
result.isCompleted = result.status.isSuccessful() || result.status.isFailed()
result.isCompleted = result.status.isSuccessful() || result.status.isFailed();
}

return result;
Expand Down

0 comments on commit 158da78

Please sign in to comment.