Skip to content

Commit 0ac8d39

Browse files
committed
Use new get_top_confirmed_hash() query.
1 parent 9b9f545 commit 0ac8d39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

console/executor_dumps.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ void executor::dump_progress() const
152152
logger(format(BN_MEASURE_PROGRESS) %
153153
query_.get_fork() %
154154
query_.get_top_confirmed() %
155-
encode_hash(query_.get_header_key(query_.to_confirmed(query_.get_top_confirmed()))) %
155+
encode_hash(query_.get_top_confirmed_hash()) %
156156
query_.get_top_candidate() %
157-
encode_hash(query_.get_header_key(query_.to_candidate(query_.get_top_candidate()))) %
157+
encode_hash(query_.get_top_candidate_hash()) %
158158
query_.get_top_associated() %
159159
(query_.get_top_candidate() - query_.get_unassociated_count()) %
160160
query_.get_confirmed_size() %

0 commit comments

Comments
 (0)