Skip to content

Commit

Permalink
Update proof_ipa.go
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet authored Nov 3, 2023
1 parent 96db99c commit ba74c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proof_ipa.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ func PreStateTreeFromProof(proof *Proof, rootC *Point) (VerkleNode, error) { //
continue
}
// Any other key with values must have the same
// same previously detected stem. If that isn't the case,
// previously detected stem. If that isn't the case,
// the proof is invalid.
if !bytes.Equal(si.stem, k[:31]) {
return nil, fmt.Errorf("multiple keys with values found for stem %x", k[:31])
Expand Down

0 comments on commit ba74c56

Please sign in to comment.