Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet committed Jul 29, 2024
1 parent 7526acb commit 22d5684
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 @@ -558,7 +558,6 @@ func (x bytesSlice) Swap(i, j int) { x[i], x[j] = x[j], x[i] }

// Verify is the API function that verifies a verkle proofs as found in a block/execution payload.
func Verify(vp *VerkleProof, preStateRoot []byte, postStateRoot []byte, statediff StateDiff) error {
// TODO: check that `OtherStems` have expected length and values.

proof, err := DeserializeProof(vp, statediff)
if err != nil {
Expand Down

0 comments on commit 22d5684

Please sign in to comment.