Function polkadot_node_primitives::maybe_compress_pov
source · pub fn maybe_compress_pov(pov: PoV) -> PoV
Expand description
Compress a PoV, unless it exceeds the POV_BOMB_LIMIT
.
pub fn maybe_compress_pov(pov: PoV) -> PoV
Compress a PoV, unless it exceeds the POV_BOMB_LIMIT
.