bitcoin/src/index
MarcoFalke fa1d624348
scripted-diff: return error(...); ==> error(...); return false;
This is needed for the next commit.

-BEGIN VERIFY SCRIPT-
 # Separate sed invocations to replace one-line, and two-line error(...) calls
 sed -i             --regexp-extended 's!( +)return (error\(.*\);)!\1\2\n\1return false;!g'             $( git grep -l 'return error(' )
 sed -i --null-data --regexp-extended 's!( +)return (error\([^\n]*\n[^\n]*\);)!\1\2\n\1return false;!g' $( git grep -l 'return error(' )
-END VERIFY SCRIPT-
2024-03-11 13:49:25 +01:00
..
base.cpp scripted-diff: return error(...); ==> error(...); return false; 2024-03-11 13:49:25 +01:00
base.h validation: indexing changes for assumeutxo 2023-09-30 06:38:47 -04:00
blockfilterindex.cpp scripted-diff: return error(...); ==> error(...); return false; 2024-03-11 13:49:25 +01:00
blockfilterindex.h Remove unused includes from blockfilter.h 2023-08-17 18:28:15 +02:00
coinstatsindex.cpp scripted-diff: return error(...); ==> error(...); return false; 2024-03-11 13:49:25 +01:00
coinstatsindex.h index: add [nodiscard] attribute to functions writing to the db 2023-09-08 10:04:14 -03:00
disktxpos.h Replace READWRITEAS macro with AsBase wrapping function 2023-08-28 17:48:15 +02:00
txindex.cpp scripted-diff: return error(...); ==> error(...); return false; 2024-03-11 13:49:25 +01:00
txindex.h scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00