@ecency/wallets 1.0.12 → 1.0.13

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.
@@ -284,9 +284,9 @@ async function F(e, t, n, a) {
284
284
  mnemonic: e,
285
285
  hdPath: i
286
286
  });
287
- if (await n.getNewAddress({
287
+ if ((await n.getNewAddress({
288
288
  privateKey: r
289
- }) === t)
289
+ })).address === t)
290
290
  return r;
291
291
  } catch {
292
292
  return;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ecency/wallets",
3
3
  "private": false,
4
- "version": "1.0.12",
4
+ "version": "1.0.13",
5
5
  "type": "module",
6
6
  "main": "./dist/ecency-wallets.umd.js",
7
7
  "module": "./dist/ecency-wallets.es.js",