mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 15:19:07 +01:00
chain: uniformly use SettingsAction enum in settings methods
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user