File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
chain-bridge-hub-cumulus/src Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ pub const NORMAL_DISPATCH_RATIO: Perbill = Perbill::from_percent(75);
5252/// This is a copy-paste from the cumulus repo's `parachains-common` crate.
5353const MAXIMUM_BLOCK_WEIGHT : Weight = Weight :: from_parts ( constants:: WEIGHT_REF_TIME_PER_SECOND , 0 )
5454 . saturating_div ( 2 )
55- . set_proof_size ( polkadot_primitives:: v5 :: MAX_POV_SIZE as u64 ) ;
55+ . set_proof_size ( polkadot_primitives:: MAX_POV_SIZE as u64 ) ;
5656
5757/// All cumulus bridge hubs assume that about 5 percent of the block weight is consumed by
5858/// `on_initialize` handlers. This is used to limit the maximal weight of a single extrinsic.
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ version = "0.1.0"
44authors.workspace = true
55edition.workspace = true
66license = " GPL-3.0-or-later WITH Classpath-exception-2.0"
7- publish = false
87
98[dependencies ]
109bp-header-chain = { path = " ../header-chain" , default-features = false }
You can’t perform that action at this time.
0 commit comments