Fix wrongly swapped parent slot and block height (#30744)

This commit is contained in:
Ryo Onodera 2023-03-17 20:07:52 +09:00 committed by GitHub
parent 20223b2557
commit 05ee06814e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1728,8 +1728,8 @@ impl Bank {
report_new_bank_metrics(
slot,
new.block_height,
parent.slot(),
new.block_height,
NewBankTimings {
bank_rc_creation_time_us,
total_elapsed_time_us: time.as_us(),