Skip to content

Commit 7c2f4c4

Browse files
authored
Merge pull request #85 from hyperledger/feat/bump
Bump version
2 parents f291711 + 5eef4f7 commit 7c2f4c4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iroha-helpers",
3-
"version": "0.9.3",
3+
"version": "1.3.0",
44
"description": "Some helpers function for transaction/query generation for Hyperledger Iroha",
55
"main": "lib/index.js",
66
"repository": {

src/util.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ function sendTransactions (txs, txClient, timeoutLimit, requiredStatusesStr = [
119119
.map(r => reverseEnum(TxStatus)[r.tx.getTxStatus()])
120120
const hash = res
121121
.map(r => r.tx.getTxHash())
122-
123122

124123
return res.some(r => r.error)
125124
? reject(

0 commit comments

Comments
 (0)