| 151 | } |
| 152 | |
| 153 | void ReadDatabaseArgs(const ArgsManager& args, DatabaseOptions& options) |
| 154 | { |
| 155 | // Override current options with args values, if any were specified |
| 156 | options.use_unsafe_sync = args.GetBoolArg("-unsafesqlitesync", options.use_unsafe_sync); |
| 157 | } |
| 158 | |
| 159 | } // namespace wallet |
no test coverage detected