1
2
3
4
5
6
7
8
9
// --- darwinia-network ---
use crate::*;
use darwinia_header_mmr::Config;

impl Config for Runtime {
	type WeightInfo = ();

	const INDEXING_PREFIX: &'static [u8] = b"header-mmr-";
}