Skip to content

Commit

Permalink
removed empty fields
Browse files Browse the repository at this point in the history
  • Loading branch information
chandiniv1 committed Aug 29, 2023
1 parent acbdbf5 commit 247598d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions da/avail/avail.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,9 @@ Loop:
BaseHeader: types.BaseHeader{
Height: blockNumber,
},
AggregatorsHash: make([]byte, 32),
}},
Data: types.Data{
Txs: types.Txs{txnsByteArray},
IntermediateStateRoots: types.IntermediateStateRoots{
RawRootsList: nil,
},
},
}
blocks = append(blocks, block)
Expand Down

0 comments on commit 247598d

Please sign in to comment.