Skip to content

Commit e767b0c

Browse files
committed
fix deepsource error (#157)
1 parent b49120e commit e767b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stateless.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ func (n *StatelessNode) ComputeCommitment() *Fr {
309309
return n.hash
310310
}
311311

312-
func (n *StatelessNode) GetCommitmentsAlongPath(key []byte) *ProofElements {
312+
func (*StatelessNode) GetCommitmentsAlongPath([]byte) *ProofElements {
313313
panic("not supported in stateless mode")
314314
}
315315

0 commit comments

Comments
 (0)