Skip to content

Commit

Permalink
goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Oct 23, 2024
1 parent af95ddd commit ddc8061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-service/eth/blobs_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func (sc *APIBlobSidecar) BlobSidecar() *BlobSidecar {

type SignedBeaconBlockHeader struct {
Message BeaconBlockHeader `json:"message"`
Signature hexutil.Bytes `json:"signature"`
Signature hexutil.Bytes `json:"signature"`
}

type BeaconBlockHeader struct {
Expand Down

0 comments on commit ddc8061

Please sign in to comment.