oxen-core/src/checkpoints
Jason Rhinelander 59f90dcf75
Rename block_added hook to block_add
This hook *isn't* called after a block is added, but rather it is part
of the block addition process and can abort the whole thing by raising
an exception (or returning false, prior to this PR).

This is unintuitive and causes bugs if using it as a "block has been
added" hook.
2022-07-27 15:20:35 -03:00
..
CMakeLists.txt std::filesystem 2020-10-24 12:45:37 -03:00
checkpoints.cpp Rename block_added hook to block_add 2022-07-27 15:20:35 -03:00
checkpoints.h Rename block_added hook to block_add 2022-07-27 15:20:35 -03:00