lint: fix lint issues

This commit is contained in:
Byron Hambly 2024-12-03 14:02:33 +02:00
parent b4b6a0705e
commit 8499b13762
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697
131 changed files with 83 additions and 64 deletions

2
src/init.cpp Executable file → Normal file
View file

@ -1079,7 +1079,7 @@ bool AppInitParameterInteraction(const ArgsManager& args, bool use_syscall_sandb
return InitError(_("-reindex-chainstate option is not compatible with -txindex. Please temporarily disable txindex while using -reindex-chainstate, or replace -reindex-chainstate with -reindex to fully rebuild all indexes."));
}
// ELEMENTS FIXME: do we alo want to disable it for trim_headers?
// ELEMENTS FIXME: do we also want to disable it for trim_headers?
}
#if defined(USE_SYSCALL_SANDBOX)