@clonegod/ttd-sol-common 1.0.123 → 1.0.124

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.
@@ -607,7 +607,6 @@ class RpcClient {
607
607
  }
608
608
  let err = new Error('Bundle failed to confirm within the timeout period:' + timeout + 'ms');
609
609
  (0, dist_1.log_error)(`Bundle failed to confirm, txid=${txid}`, err);
610
- throw err;
611
610
  }), 0);
612
611
  return txid;
613
612
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-sol-common",
3
- "version": "1.0.123",
3
+ "version": "1.0.124",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "types/index.d.ts",