Skip to content

Commit

Permalink
Expose EXTRA_STORAGE_PROOF_SIZE in bp-bridge-hub-cumulus (paritytech#…
Browse files Browse the repository at this point in the history
…1788)

We need this for the integrity tests in cumulus.
  • Loading branch information
serban300 committed Apr 8, 2024
1 parent 48f8885 commit c06a84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/primitives/chain-bridge-hub-cumulus/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use bp_messages::*;
pub use bp_polkadot_core::{
AccountId, AccountInfoStorageMapKeyProvider, AccountPublic, Balance, BlockNumber, Hash, Hasher,
Hashing, Header, Index, Nonce, Perbill, PolkadotSignedExtension, Signature, SignedBlock,
UncheckedExtrinsic, TX_EXTRA_BYTES,
UncheckedExtrinsic, EXTRA_STORAGE_PROOF_SIZE, TX_EXTRA_BYTES,
};
use frame_support::{
dispatch::DispatchClass,
Expand Down

0 comments on commit c06a84f

Please sign in to comment.