Skip to content

Commit

Permalink
Update svm/src/account_loader.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Steuernagel <[email protected]>
  • Loading branch information
dmakarov and LucasSte authored Mar 8, 2024
1 parent 2888eee commit 73903b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svm/src/account_loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub struct LoadedTransaction {
/// Check whether the payer_account is capable of paying the fee. The
/// side effect is to subtract the fee amount from the payer_account
/// balance of lamports. If the payer_acount is not able to pay the
/// fee the error_counters is incremented and a specific error is
/// fee, the error_counters is incremented and a specific error is
/// returned.
pub fn validate_fee_payer(
payer_address: &Pubkey,
Expand Down

0 comments on commit 73903b3

Please sign in to comment.