mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Co-authored-by: Ryan Ofsky <ryan@ofsky.org>
Co-authored-by: Hodlinator <172445034+hodlinator@users.noreply.github.com>
-BEGIN VERIFY SCRIPT-
grep -r -wE 'WriteBlock|ReadRawBlock|ReadBlock|WriteBlockUndo|ReadBlockUndo' $(git ls-files src/ ':!src/leveldb') && \
echo "Error: One or more target names already exist!" && exit 1
sed -i \
-e 's/\bSaveBlockToDisk/WriteBlock/g' \
-e 's/\bReadRawBlockFromDisk/ReadRawBlock/g' \
-e 's/\bReadBlockFromDisk/ReadBlock/g' \
-e 's/\bWriteUndoDataForBlock/WriteBlockUndo/g' \
-e 's/\bUndoReadFromDisk/ReadBlockUndo/g' \
$(git ls-files src/ ':!src/leveldb')
-END VERIFY SCRIPT-
|
||
|---|---|---|
| .. | ||
| base.cpp | ||
| base.h | ||
| blockfilterindex.cpp | ||
| blockfilterindex.h | ||
| coinstatsindex.cpp | ||
| coinstatsindex.h | ||
| disktxpos.h | ||
| txindex.cpp | ||
| txindex.h | ||