Skip to content

Commit

Permalink
enable extractor scripts to export BlobSideCars
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Valson <[email protected]>
  • Loading branch information
noslav committed Apr 24, 2024
1 parent dd553c9 commit 440d1bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/replica/extractor2.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ func getComponents(segment *event.ReplicationSegment) []*blockPair {
Senders: replica.Data.Senders,
State: replica.Data.State,
Withdrawals: replica.Data.Withdrawals,
BlobTxSidecars: replica.Data.BlobTxSidecars,
}

result := types.BlockReplica{
Expand All @@ -222,6 +223,7 @@ func getComponents(segment *event.ReplicationSegment) []*blockPair {
Senders: replica.Data.Senders,
State: &types.StateSpecimen{},
Withdrawals: replica.Data.Withdrawals,
BlobTxSidecars: replica.Data.BlobTxSidecars,
}
pairs = append(pairs, &blockPair{
specimen: &specimen,
Expand Down

0 comments on commit 440d1bf

Please sign in to comment.