We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AVERAGE_BLOCK_INTERVAL
// TODO: consider removing? pub const AVERAGE_BLOCK_INTERVAL: Duration = Duration::from_secs(12);
E.g.:
const AVERAGE_BLOCK_INTERVAL: Duration = AVERAGE_BLOCK_INTERVAL;
Relates to: polkadot-fellows/runtimes#266 (comment) Relates to: polkadot-fellows/runtimes#266
STATE_VERSION
The text was updated successfully, but these errors were encountered:
bkontur
No branches or pull requests
AVERAGE_BLOCK_INTERVAL
https://github.com/paritytech/parity-bridges-common/blob/polkadot-staging/chains/chain-bridge-hub-cumulus/src/lib.rs#L45
E.g.:
Relates to: polkadot-fellows/runtimes#266 (comment)
Relates to: polkadot-fellows/runtimes#266
STATE_VERSION
V0 vs V1 - related to the state trie migration?The text was updated successfully, but these errors were encountered: