@pioneer-platform/thor-network 8.1.31 → 8.1.32

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.
Files changed (2) hide show
  1. package/lib/index.js +2 -0
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -182,6 +182,8 @@ var broadcast_transaction = function (tx) {
182
182
  if (result2.data.raw_log) {
183
183
  logSend = result2.data.raw_log;
184
184
  log.debug(tag, "logSend: ", logSend);
185
+ output.success = false;
186
+ output.error = logSend;
185
187
  }
186
188
  output.height = result2.height;
187
189
  output.gas_wanted = result2.gas_wanted;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/thor-network",
3
- "version": "8.1.31",
3
+ "version": "8.1.32",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {