Skip to content

Commit 43eae4b

Browse files
committed
lint
1 parent e6741f0 commit 43eae4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

go/proof.go

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ func (p *CommitmentProof) Calculate() (CommitmentRoot, error) {
8989
default:
9090
return nil, errors.New("unrecognized proof type")
9191
}
92-
return nil, errors.New("unrecognized proof type")
9392
}
9493

9594
// Verify does all checks to ensure this proof proves this key, value -> root

0 commit comments

Comments
 (0)