Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
log slot
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoranYi committed Jan 22, 2024
1 parent 62d01b9 commit 207718f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3617,7 +3617,7 @@ impl Bank {
.unwrap();
self.store_account_and_update_capitalization(&address, &new_account);
info!(
"create epoch_reward partition data account {address} {epoch_rewards_partition_data:#?}"
"create epoch_reward partition data account {} {address} {epoch_rewards_partition_data:#?}", self.slot
);
}

Expand Down

0 comments on commit 207718f

Please sign in to comment.