Skip to content

Commit

Permalink
fix: return correct property gindex for ContainerNodeStructType
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Jul 7, 2023
1 parent 2929e8b commit e94598e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/ssz/src/type/containerNodeStruct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ export class ContainerNodeStructType<Fields extends Record<string, Type<unknown>

// ContainerNodeStructType can only parse proofs that contain all the data.
// TODO: Support converting a partial tree to a partial value
getPropertyGindex(): null {
return null;
}

// Post process tree to convert regular BranchNode to BranchNodeStruct
// TODO: Optimize conversions
Expand Down

0 comments on commit e94598e

Please sign in to comment.