We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9f545 commit 0ac8d39Copy full SHA for 0ac8d39
console/executor_dumps.cpp
@@ -152,9 +152,9 @@ void executor::dump_progress() const
152
logger(format(BN_MEASURE_PROGRESS) %
153
query_.get_fork() %
154
query_.get_top_confirmed() %
155
- encode_hash(query_.get_header_key(query_.to_confirmed(query_.get_top_confirmed()))) %
+ encode_hash(query_.get_top_confirmed_hash()) %
156
query_.get_top_candidate() %
157
- encode_hash(query_.get_header_key(query_.to_candidate(query_.get_top_candidate()))) %
+ encode_hash(query_.get_top_candidate_hash()) %
158
query_.get_top_associated() %
159
(query_.get_top_candidate() - query_.get_unassociated_count()) %
160
query_.get_confirmed_size() %
0 commit comments