Skip to content

Commit 5e929d3

Browse files
committed
Comments.
1 parent 8e53517 commit 5e929d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/chasers/chaser_confirm.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ void chaser_confirm::do_validated(height_t height) NOEXCEPT
164164

165165
// TODO: This is simplified single thread variant of full implementation below.
166166
// This variant doesn't implement the relative work check and instead confirms
167-
// one block at a time, just like validation.
167+
// one block at a time, just like validation though sequentially.
168168
void chaser_confirm::do_bump(height_t) NOEXCEPT
169169
{
170170
BC_ASSERT(stranded());
@@ -229,7 +229,7 @@ void chaser_confirm::do_bump(height_t) NOEXCEPT
229229
return;
230230
}
231231

232-
// Set after if using prevout table.
232+
// Set after block_confirmable when using the prevout table.
233233
if (!query.set_strong(link))
234234
{
235235
fault(error::confirm6);

0 commit comments

Comments
 (0)