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

Commit

Permalink
log epoch reward partition data account
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoranYi committed Jan 19, 2024
1 parent 242f79f commit 9090be7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3616,6 +3616,7 @@ impl Bank {
)
.unwrap();
self.store_account_and_update_capitalization(&address, &new_account);
info!("create epoch_reward partition data account {address}");
}

fn update_recent_blockhashes_locked(&self, locked_blockhash_queue: &BlockhashQueue) {
Expand Down

0 comments on commit 9090be7

Please sign in to comment.