@leofcoin/chain 1.7.24 → 1.7.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -355,6 +355,7 @@ _.init = async (message) => {
355
355
  if (message === transaction) {
356
356
  throw new Error(`nothing found for ${transaction}`)
357
357
  }
358
+ return message
358
359
  })
359
360
  );
360
361
  const priority = transactions
@@ -355,6 +355,7 @@ _.init = async (message) => {
355
355
  if (message === transaction) {
356
356
  throw new Error(`nothing found for ${transaction}`)
357
357
  }
358
+ return message
358
359
  })
359
360
  );
360
361
  const priority = transactions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leofcoin/chain",
3
- "version": "1.7.24",
3
+ "version": "1.7.25",
4
4
  "description": "Official javascript implementation",
5
5
  "private": false,
6
6
  "exports": {