mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-23 19:05:51 +00:00
putAddresses->updateOrPutAddresses
should solve isar unique index violation error
This commit is contained in:
parent
5d033dd446
commit
7666a9383d
1 changed files with 1 additions and 1 deletions
|
@ -4376,7 +4376,7 @@ class FiroWallet extends CoinServiceAPI with WalletCache, WalletDB, FiroHive {
|
|||
changeAddressArray.add(changeAddress);
|
||||
}
|
||||
|
||||
await db.putAddresses([
|
||||
await db.updateOrPutAddresses([
|
||||
...receivingAddressArray,
|
||||
...changeAddressArray,
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue