@ecency/wallets 1.0.11 → 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,10 @@ async function F(e, t, n, a) {
|
|
|
284
284
|
mnemonic: e,
|
|
285
285
|
hdPath: i
|
|
286
286
|
});
|
|
287
|
-
|
|
287
|
+
if ((await n.getNewAddress({
|
|
288
288
|
privateKey: r
|
|
289
|
-
}) === t
|
|
289
|
+
})).address === t)
|
|
290
|
+
return r;
|
|
290
291
|
} catch {
|
|
291
292
|
return;
|
|
292
293
|
}
|