mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +00:00
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:
parent
f0896907ae
commit
d748d7d61b
2 changed files with 1 additions and 1 deletions
|
|
@ -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.
Loading…
Reference in a new issue