@clonegod/ttd-sol-common 1.0.122 → 1.0.123

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