Expose EXTRA_STORAGE_PROOF_SIZE in bp-bridge-hub-cumulus (#1788)

We need this for the integrity tests in cumulus.
This commit is contained in:
Serban Iorga
2023-01-19 18:49:44 +02:00
committed by Bastian Köcher
parent 51fc5f6708
commit 9465ef6071
@@ -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,