Skip to content
Snippets Groups Projects
Commit 9465ef60 authored by Serban Iorga's avatar Serban Iorga Committed by Bastian Köcher
Browse files

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

We need this for the integrity tests in cumulus.
parent 51fc5f67
Branches
No related merge requests found
......@@ -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,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment