Skip to content

Commit cabca49

Browse files
committed
fix typos
1 parent 8899e8e commit cabca49

File tree

1 file changed

+2
-2
lines changed
  • chains/chain-moonbeam/src

1 file changed

+2
-2
lines changed

chains/chain-moonbeam/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ pub fn estimate_moonbeam_to_moonriver_message_fee(
132132
.saturating_add(BaseConfirmationFeeInGlmr::get())
133133
}
134134

135-
/// Compute the per-byte fee that needs to be paid in `GLMRs`` by the sender when sending
135+
/// Compute the per-byte fee that needs to be paid in `GLMRs` by the sender when sending
136136
/// message from Moonbeam to Moonriver.
137137
pub fn estimate_moonbeam_to_moonriver_byte_fee() -> Balance {
138138
// the sender pays for the same byte twice:
@@ -148,7 +148,7 @@ pub fn estimate_moonbeam_to_moonriver_byte_fee() -> Balance {
148148
convert_from_umovr_to_uglmr(MOONRIVER_TRANSACTION_BYTE_FEE)
149149
}
150150

151-
/// Convert from `uMOVRs` to `uGLMRs``.
151+
/// Convert from `uMOVRs` to `uGLMRs`.
152152
fn convert_from_umovr_to_uglmr(price_in_umovr: Balance) -> Balance {
153153
// assuming exchange rate is 5 MOVR for 1 GLMR
154154
let ksm_to_dot_economic_rate = FixedU128::from_rational(1, 5);

0 commit comments

Comments
 (0)