This commit is contained in:
Leo 2021-02-12 21:21:01 +01:00
parent 8bb41130ce
commit 7a6ccbcabc
1 changed files with 1 additions and 1 deletions

View File

@ -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"
)