@pioneer-platform/binance-network 8.1.19 → 8.1.20

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -446,7 +446,7 @@ var get_account = function (address) {
446
446
  result = _a.sent();
447
447
  balanceInfo = result.data;
448
448
  log.info('balanceInfo: ', balanceInfo);
449
- return [2 /*return*/, "TODO"];
449
+ return [2 /*return*/, balanceInfo];
450
450
  case 3:
451
451
  e_8 = _a.sent();
452
452
  //log.error(tag,"e: ",{e})
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/binance-network",
3
- "version": "8.1.19",
3
+ "version": "8.1.20",
4
4
  "scripts": {
5
5
  "create": "npm run build && npm run test",
6
6
  "build": "tsc -p .",