Skip to content

Commit 72f2a85

Browse files
committed
Log text.
1 parent 710a50f commit 72f2a85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/chasers/chaser_confirm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ bool chaser_confirm::complete_block(const code& ec, const header_link& link,
350350
// CONFIRMABLE BLOCK
351351
notify(error::success, chase::confirmable, link);
352352
fire(events::block_confirmed, height);
353-
LOGV("Block confirmable: " << height << (bypass ? " (bypass)" : ""));
353+
LOGV("Block confirmed: " << height << (bypass ? " (bypass)" : ""));
354354
return true;
355355
}
356356

0 commit comments

Comments
 (0)