We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea434d7 commit 048452fCopy full SHA for 048452f
2 files changed
lib/chain/src/ChainStore.js
@@ -97,7 +97,7 @@ class ChainStore {
97
this.clearCache();
98
this.head_block_time_string = null;
99
return this.init(subscribe_to_new).catch(err => {
100
- console.log("resetCache init error:", err);
+ throw err;
101
});
102
}
103
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bitsharesjs",
3
- "version": "1.7.11",
+ "version": "1.8.0",
4
"description": "Pure JavaScript Bitshares library for node.js and browsers.",
5
"browser": {
6
"ws": false,
0 commit comments