Skip to content

Commit

Permalink
Merge pull request #85 from hyperledger/feat/bump
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
stefashkaa committed Dec 7, 2021
2 parents f291711 + 5eef4f7 commit 7c2f4c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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": "iroha-helpers",
"version": "0.9.3",
"version": "1.3.0",
"description": "Some helpers function for transaction/query generation for Hyperledger Iroha",
"main": "lib/index.js",
"repository": {
Expand Down
1 change: 0 additions & 1 deletion src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ function sendTransactions (txs, txClient, timeoutLimit, requiredStatusesStr = [
.map(r => reverseEnum(TxStatus)[r.tx.getTxStatus()])
const hash = res
.map(r => r.tx.getTxHash())


return res.some(r => r.error)
? reject(
Expand Down

0 comments on commit 7c2f4c4

Please sign in to comment.