runtime: fix typo 'transaction' (#27948)

This commit is contained in:
Ian Macalinao 2022-10-11 09:47:10 -05:00 committed by GitHub
parent 7a120b8b62
commit cdf77bb824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1522,7 +1522,7 @@ impl Bank {
let (transaction_debug_keys, transaction_debug_keys_time) = measure!(
parent.transaction_debug_keys.clone(),
"transation_debug_keys_creation",
"transaction_debug_keys_creation",
);
let (transaction_log_collector_config, transaction_log_collector_config_time) = measure!(