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 6243a29 commit 86aa124
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 @@ -160,13 +160,9 @@ func (c *DataAvailabilityLayerClient) RetrieveBlocks(ctx context.Context, dataLa
BaseHeader: types.BaseHeader{
Height: blockNumber,
},
AggregatorsHash: make([]byte, 32),
}},
Data: types.Data{
Txs: types.Txs{txnsByteArray},
IntermediateStateRoots: types.IntermediateStateRoots{
RawRootsList: nil,
},
},
}

Expand Down

0 comments on commit 86aa124

Please sign in to comment.