fix: keep slahing mode default to enable (#263)

To avoid breaking the tests we should not change the default value for
the slashing mode.

Bring back `Enabled` as the default slashing mode value.
This commit is contained in:
undercover-cactus 2025-10-29 15:01:10 +01:00 committed by GitHub
parent f0896907ae
commit d748d7d61b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View file

@ -188,9 +188,9 @@ pub mod pallet {
#[apply(derive_storage_traits)]
#[derive(MaxEncodedLen, DecodeWithMemTracking, Default)]
pub enum SlashingModeOption {
#[default]
Enabled,
LogOnly,
#[default]
Disabled,
}

Binary file not shown.