Skip to content

Commit cb216e5

Browse files
committed
chore: Set AllowMultipleBlocksPerSlot to false
1 parent 8961712 commit cb216e5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/hydradx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hydradx-runtime"
3-
version = "429.0.0"
3+
version = "430.0.0"
44
authors = ["GalacticCouncil"]
55
edition = "2021"
66
license = "Apache 2.0"

runtime/hydradx/src/system.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ impl pallet_aura::Config for Runtime {
322322
type AuthorityId = AuraId;
323323
type MaxAuthorities = MaxAuthorities;
324324
type DisabledValidators = ();
325-
type AllowMultipleBlocksPerSlot = ConstBool<true>;
325+
type AllowMultipleBlocksPerSlot = ConstBool<false>;
326326
type SlotDuration = ConstU64<SLOT_DURATION>;
327327
}
328328

0 commit comments

Comments
 (0)