mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 01:41:03 +00:00
im-online: don't disable offending validators (#13493)
This commit is contained in:
@@ -56,6 +56,9 @@ fn test_unresponsiveness_slash_fraction() {
|
||||
dummy_offence.slash_fraction(17),
|
||||
Perbill::from_parts(46200000), // 4.62%
|
||||
);
|
||||
|
||||
// Offline offences should never lead to being disabled.
|
||||
assert_eq!(dummy_offence.disable_strategy(), DisableStrategy::Never);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user