Skip to content

Commit

Permalink
Update soroban-env-host/src/fees.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Siddharth Suresh <[email protected]>
  • Loading branch information
dmkozh and sisuresh authored Jul 5, 2023
1 parent f942976 commit 4ab7423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soroban-env-host/src/fees.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pub struct RentFeeConfiguration {
pub persistent_rent_rate_denominator: i64,
/// Denominator for the total rent fee for temporary storage.
///
/// This has the same semantics as `persistent_rent_rate_denomniator`.
/// This has the same semantics as `persistent_rent_rate_denominator`.
pub temporary_rent_rate_denominator: i64,
}

Expand Down

0 comments on commit 4ab7423

Please sign in to comment.