Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo committed Feb 12, 2021
1 parent 8bb4113 commit 7a6ccbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rpc/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit 7a6ccbc

Please sign in to comment.