We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6741f0 commit 43eae4bCopy full SHA for 43eae4b
go/proof.go
@@ -89,7 +89,6 @@ func (p *CommitmentProof) Calculate() (CommitmentRoot, error) {
89
default:
90
return nil, errors.New("unrecognized proof type")
91
}
92
- return nil, errors.New("unrecognized proof type")
93
94
95
// Verify does all checks to ensure this proof proves this key, value -> root
0 commit comments