diff --git a/standard_Operations.html b/standard_Operations.html index 473c9af..7e85968 100644 --- a/standard_Operations.html +++ b/standard_Operations.html @@ -7206,7 +7206,7 @@ Bitcoin.Util = { privKey: key.getBitcoinWalletImportFormat() } } catch (e) { - console.log(e); + console.error(e); } }, @@ -7243,7 +7243,7 @@ Bitcoin.Util = { else return false; } catch (e) { - console.log(e); + console.error(e); } }, @@ -8447,6 +8447,7 @@ Bitcoin.Util = { }