mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +00:00
Merge branch 'fix/firo' into paynyms
This commit is contained in:
commit
da1153562a
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