File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 .
168168void 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);
You can’t perform that action at this time.
0 commit comments