Fix datapoint name (#25614)

This commit is contained in:
carllin 2022-05-27 20:01:29 -05:00 committed by GitHub
parent a74adb07fa
commit 740ee0c502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2017,7 +2017,7 @@ impl Bank {
datapoint_info!(
"bank-new_from_parent-heights",
("slot_height", slot, i64),
("slot", slot, i64),
("block_height", new.block_height, i64),
("parent_slot", parent.slot(), i64),
("bank_rc_creation_us", bank_rc_time.as_us(), i64),