Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
José Molina committed Dec 7, 2023
1 parent 454e574 commit 883bc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/trappist/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub mod currency {
pub const MILLICENTS: Balance = constants::currency::MILLICENTS;

pub const fn deposit(items: u32, bytes: u32) -> Balance {
// map to 1/100 of what the kusama relay chain charges (v9020)
// map to 1/100 of what the rococo relay chain charges (v9020)
constants::currency::deposit(items, bytes) / 100
}
}
Expand Down

0 comments on commit 883bc05

Please sign in to comment.