From 3e984f06d54d98996603bdf5542cba4eec2cd4bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Andr=C3=A9s=20Dorado=20Su=C3=A1rez?= Date: Sat, 30 Nov 2024 14:49:43 -0500 Subject: [PATCH] fix(kreivo-runtime): lint --- runtime/kreivo/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/kreivo/src/lib.rs b/runtime/kreivo/src/lib.rs index 2de1ea48..17c2c7c7 100644 --- a/runtime/kreivo/src/lib.rs +++ b/runtime/kreivo/src/lib.rs @@ -113,7 +113,6 @@ pub(crate) const MAXIMUM_BLOCK_WEIGHT: Weight = Weight::from_parts( cumulus_primitives_core::relay_chain::MAX_POV_SIZE as u64, ); - /// The address format for describing accounts. pub type Address = MultiAddress;