Skip to content

Commit 6d425e6

Browse files
committed
Comments.
1 parent f2ffb6b commit 6d425e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/chasers/chaser_confirm.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@ void chaser_confirm::do_validated(height_t height) NOEXCEPT
182182
do_bump(height);
183183
}
184184

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.
185188
void chaser_confirm::do_bump(height_t) NOEXCEPT
186189
{
187190
BC_ASSERT(stranded());

0 commit comments

Comments
 (0)