We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ffb6b commit 6d425e6Copy full SHA for 6d425e6
src/chasers/chaser_confirm.cpp
@@ -182,6 +182,9 @@ void chaser_confirm::do_validated(height_t height) NOEXCEPT
182
do_bump(height);
183
}
184
185
+// TODO: This is a simplified variant of the full implementation below.
186
+// This variant doesn't implement the relative work check and instead confirms
187
+// one block at a time, just like validation.
188
void chaser_confirm::do_bump(height_t) NOEXCEPT
189
{
190
BC_ASSERT(stranded());
0 commit comments