From 59f7f248cfc8c4baad52b82ce354590735fbf953 Mon Sep 17 00:00:00 2001 From: Martin Hutchinson Date: Tue, 10 Dec 2024 16:37:16 +0000 Subject: [PATCH] Made comment tight --- omniwitness/omniwitness.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omniwitness/omniwitness.go b/omniwitness/omniwitness.go index cf96892..522dfa2 100644 --- a/omniwitness/omniwitness.go +++ b/omniwitness/omniwitness.go @@ -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