Skip to content

Commit

Permalink
Fixed comment regarding description of ServiceConsensusState.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hristiyan Mitov committed Jan 16, 2025
1 parent 7b066b2 commit dd29ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/limechain/ServiceConsensusState.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import com.limechain.runtime.Runtime;

/**
* The {ServiceConsensusState} interface defines states that are initialized by runtime data and updated
* via consensus messages (e.g., BABE, GRANDPA, Beefy).
* This interface defines states that are initialized by runtime data and updated
* via consensus messages (e.g. BABE, GRANDPA, BEEFY).
*
* <p>Implementing classes initialize state from runtime and update it with consensus messages.</p>
*/
Expand Down

0 comments on commit dd29ebb

Please sign in to comment.