@clonegod/ttd-sol-common 1.0.122 → 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
|
});
|
|
@@ -733,7 +732,6 @@ class RpcClient {
|
|
|
733
732
|
}
|
|
734
733
|
let err = new Error('Bundle failed to confirm within the timeout period:' + timeout + 'ms');
|
|
735
734
|
(0, dist_1.log_error)(`Bundle failed to confirm, txid=${txid}`, err);
|
|
736
|
-
throw err;
|
|
737
735
|
}), 0);
|
|
738
736
|
return txid;
|
|
739
737
|
});
|