diff --git a/runtime/common/src/precompile/liquid_crowdloan.rs b/runtime/common/src/precompile/liquid_crowdloan.rs index ca06f32833..4174ede7aa 100644 --- a/runtime/common/src/precompile/liquid_crowdloan.rs +++ b/runtime/common/src/precompile/liquid_crowdloan.rs @@ -35,12 +35,6 @@ use sp_runtime::{traits::Convert, RuntimeDebug}; use sp_std::{marker::PhantomData, prelude::*}; /// The `LiquidCrowdloan` impl precompile. -/// -/// -/// `input` data starts with `action`. -/// -/// Actions: -/// - Get price. Rest `input` bytes: `currency_id`. pub struct LiquidCrowdloanPrecompile(PhantomData); #[module_evm_utility_macro::generate_function_selector]