Skip to content

Commit

Permalink
Merge pull request #63 from availproject/toufeeq/core-clean
Browse files Browse the repository at this point in the history
Removed KATE_PUBLIC_PARAMS constant
  • Loading branch information
ToufeeqP authored Jan 15, 2024
2 parents 3050172 + 57048f3 commit 8193c44
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ use core::num::NonZeroU32;
use sp_arithmetic::Perbill;
use static_assertions::const_assert;

pub mod well_known_keys {
/// Public params used to generate Kate commitment
pub const KATE_PUBLIC_PARAMS: &[u8] = b":kate_public_params:";
}

/// We allow `Normal` extrinsics to fill up the block up to 85%, the rest can be used
/// by Operational extrinsics.
pub const NORMAL_DISPATCH_RATIO: Perbill = Perbill::from_percent(85);
Expand Down

0 comments on commit 8193c44

Please sign in to comment.