mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
lint: fix lint issues
This commit is contained in:
parent
b4b6a0705e
commit
8499b13762
131 changed files with 83 additions and 64 deletions
2
src/init.cpp
Executable file → Normal file
2
src/init.cpp
Executable file → Normal 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue