Fix typo
This commit is contained in:
parent
8bb41130ce
commit
7a6ccbcabc
|
@ -41,7 +41,7 @@ const (
|
|||
// Most recent block having reached maximum lockout on this node.
|
||||
CommitmentRoot Commitment = "root"
|
||||
// Most recent block that has been voted on by supermajority of the cluster (optimistic confirmation).
|
||||
CommitmentSingleGossiper Commitment = "singleGossip"
|
||||
CommitmentSingleGossip Commitment = "singleGossip"
|
||||
// The node will query its most recent block. Note that the block may not be complete.
|
||||
CommitmentRecent Commitment = "recent"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue