mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 20:09:23 +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: [], // ??
|
||||
);
|
||||
|
||||
await db.putAddress(address);
|
||||
await db.updateOrPutAddresses([address]);
|
||||
}
|
||||
|
||||
return address;
|
||||
|
|
Loading…
Reference in a new issue