mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
chain: uniformly use SettingsAction enum in settings methods
This commit is contained in:
parent
1e9e735670
commit
c8e2eeeffb
3 changed files with 9 additions and 9 deletions
|
|
@ -69,7 +69,7 @@ bool VerifyWallets(WalletContext& context)
|
|||
// Pass write=false because no need to write file and probably
|
||||
// better not to. If unnamed wallet needs to be added next startup
|
||||
// and the setting is empty, this code will just run again.
|
||||
chain.overwriteRwSetting("wallet", std::move(wallets), /*write=*/false);
|
||||
chain.overwriteRwSetting("wallet", std::move(wallets), interfaces::SettingsAction::SKIP_WRITE);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue