Skip to content

Commit

Permalink
Simd-118: [HAL-02] add lamports burned to error log (anza-xyz#1768)
Browse files Browse the repository at this point in the history
Add lamports burned to error log
  • Loading branch information
CriesofCarrots authored and neutrinoks committed Jul 17, 2024
1 parent 3befe52 commit d68fa64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/src/bank/partitioned_epoch_rewards/distribution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ impl Bank {
}
Err(err) => {
error!(
"bank::distribution::store_stake_accounts_in_partition() failed for {}: {:?}",
stake_pubkey, err
"bank::distribution::store_stake_accounts_in_partition() failed for \
{stake_pubkey}, {reward_amount} lamports burned: {err:?}"
);
lamports_burned += reward_amount;
}
Expand Down

0 comments on commit d68fa64

Please sign in to comment.