Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Jul 12, 2023
1 parent f382b29 commit 38b0b15
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions runtime/common/src/precompile/liquid_crowdloan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<R>(PhantomData<R>);

#[module_evm_utility_macro::generate_function_selector]
Expand Down

0 comments on commit 38b0b15

Please sign in to comment.