@ex-master/core
Advanced tools
Comparing version 0.3.25 to 0.3.26
@@ -116,3 +116,3 @@ "use strict"; | ||
return tslib_1.__awaiter(this, void 0, void 0, function* () { | ||
if (this.isPrivateness && this.syncOptions.balances) { | ||
if (this.isPrivateness) { | ||
let balances = yield this.getBalances(); | ||
@@ -119,0 +119,0 @@ this.balanceMap.clear(); |
{ | ||
"name": "@ex-master/core", | ||
"version": "0.3.25", | ||
"version": "0.3.26", | ||
"main": "bld/library/index.js", | ||
@@ -27,3 +27,3 @@ "types": "bld/library/index.d.ts", | ||
}, | ||
"gitHead": "5f62b0a0ac5eb133377a2e9f08a8ac20734b2ba7" | ||
"gitHead": "8cd1e4fafce1f634aa57bb5d0d2539aa2f8729eb" | ||
} |
@@ -296,3 +296,3 @@ import {EventEmitter} from 'events'; | ||
private async initialize(): Promise<void> { | ||
if (this.isPrivateness && this.syncOptions.balances) { | ||
if (this.isPrivateness) { | ||
let balances = await this.getBalances(); | ||
@@ -299,0 +299,0 @@ |
Sorry, the diff of this file is not supported yet
65843