Commit f5147397 authored by clabby's avatar clabby Committed by GitHub

Remove stale todo (#9302)

parent 00f13077
...@@ -84,7 +84,7 @@ func (s StateSnapshot) Pack() []byte { ...@@ -84,7 +84,7 @@ func (s StateSnapshot) Pack() []byte {
type Challenge struct { type Challenge struct {
// StateMatrix is the packed state matrix preimage of the StateCommitment in Prestate // StateMatrix is the packed state matrix preimage of the StateCommitment in Prestate
StateMatrix StateSnapshot // TODO(client-pod#480): Need a better representation of this StateMatrix StateSnapshot
// Prestate is the valid leaf immediately prior to the first invalid leaf // Prestate is the valid leaf immediately prior to the first invalid leaf
Prestate Leaf Prestate Leaf
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment