mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-25 19:55:52 +00:00
epic address fix
This commit is contained in:
parent
8c0f675852
commit
83bc26921b
1 changed files with 1 additions and 1 deletions
|
@ -871,7 +871,7 @@ class EpicCashWallet extends CoinServiceAPI
|
||||||
publicKey: [], // ??
|
publicKey: [], // ??
|
||||||
);
|
);
|
||||||
|
|
||||||
await db.putAddress(address);
|
await db.updateOrPutAddresses([address]);
|
||||||
}
|
}
|
||||||
|
|
||||||
return address;
|
return address;
|
||||||
|
|
Loading…
Reference in a new issue