File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
chains/chain-moonbeam/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
137137pub 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`.
152152fn 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 ) ;
You can’t perform that action at this time.
0 commit comments