Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go/ops.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading