From c811b60c9fc5fb4ebefda578326f9595ac77162c Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Sat, 18 Jan 2025 20:44:14 +0100 Subject: [PATCH] Typo fix ops.go --- go/ops.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/ops.go b/go/ops.go index 59f1f0c7..d7eb6424 100644 --- a/go/ops.go +++ b/go/ops.go @@ -232,7 +232,7 @@ func (op *InnerOp) CheckAgainstSpec(spec *ProofSpec, b int) error { return nil } -// doHash will preform the specified hash on the preimage. +// doHash will perform the specified hash on the preimage. // if hashOp == NONE, it will return an error (use doHashOrNoop if you want different behavior) func doHash(hashOp HashOp, preimage []byte) ([]byte, error) { switch hashOp {