Skip to content

Commit

Permalink
no Commit() in MakeVerkleMultiProof so as not to resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet committed Aug 31, 2023
1 parent 9b27f34 commit 16ffcfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proof_ipa.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ func MakeVerkleMultiProof(pre_root, post_root VerkleNode, keys [][]byte, resolve
}

tr := common.NewTranscript("vt")
pre_root.Commit()

pe, es, poas, err := GetCommitmentsForMultiproof(pre_root, keys, resolver)
if err != nil {
Expand Down

0 comments on commit 16ffcfb

Please sign in to comment.