Skip to content

Commit

Permalink
Made comment tight
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutchinson committed Dec 10, 2024
1 parent 8879b00 commit 59f7f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniwitness/omniwitness.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const (
// This should only contain configuration details that are custom per-operator.
type OperatorConfig struct {
WitnessKeys []note.Signer
WitnessVerifier note.Verifier // This should verify at least one of the sigs from the above signers
WitnessVerifier note.Verifier // This should verify one of the sigs from the above signers

// BastionAddr is the host:port of the bastion host to connect to, if any.
BastionAddr string
Expand Down

0 comments on commit 59f7f24

Please sign in to comment.