Skip to content

Commit

Permalink
feat: add grandpa duraction constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigorov-Georgi committed Feb 6, 2025
1 parent 6510350 commit 93731cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/com/limechain/grandpa/round/GrandpaRound.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
@RequiredArgsConstructor
public class GrandpaRound {

// Based on https://github.com/paritytech/polkadot/pull/6217
public static final long DURATION = 1000;

private final GrandpaRound previous;
private final BigInteger roundNumber;

Expand Down

0 comments on commit 93731cd

Please sign in to comment.