epic address fix

This commit is contained in:
julian 2023-02-08 09:57:26 -06:00
parent 8c0f675852
commit 83bc26921b

View file

@ -871,7 +871,7 @@ class EpicCashWallet extends CoinServiceAPI
publicKey: [], // ??
);
await db.putAddress(address);
await db.updateOrPutAddresses([address]);
}
return address;