Code Cleaning (#1124)

* Remove Trailing Space

* Correct Source Chain Name
This commit is contained in:
Xavier Lau
2021-09-09 14:22:21 +08:00
committed by Bastian Köcher
parent 3c4167f11f
commit 3d4d66456d
23 changed files with 135 additions and 135 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ pub fn max_extrinsic_size() -> u32 {
*BlockLength::get().max.get(DispatchClass::Normal) *BlockLength::get().max.get(DispatchClass::Normal)
} }
/// Name of the With-Millau messages pallet instance in the Millau runtime. /// Name of the With-Millau messages pallet instance in the Rialto runtime.
pub const WITH_MILLAU_MESSAGES_PALLET_NAME: &str = "BridgeMillauMessages"; pub const WITH_MILLAU_MESSAGES_PALLET_NAME: &str = "BridgeMillauMessages";
/// Name of the `RialtoFinalityApi::best_finalized` runtime method. /// Name of the `RialtoFinalityApi::best_finalized` runtime method.