Skip to content

Commit

Permalink
chore: resize MaxAbstainAllowance to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
limebell committed Dec 12, 2024
1 parent d7120c4 commit 67d44de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib9c/ValidatorDelegation/AbstainHistory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public AbstainHistory(List bencoded)

public static int WindowSize => 10;

public static int MaxAbstainAllowance => 3;
public static int MaxAbstainAllowance => 9;

public static Address Address => new Address(
ImmutableArray.Create<byte>(
Expand Down

0 comments on commit 67d44de

Please sign in to comment.