Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vgonkivs committed Aug 30, 2023
1 parent 3988147 commit 5443b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/celestia/blob.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ var submitCmd = &cobra.Command{
return fmt.Errorf("error creating a blob:%v", err)
}

height, err := client.Blob.Submit(cmd.Context(), []*blob.Blob{parsedBlob})
height, err := client.Blob.Submit(cmd.Context(), []*blob.Blob{parsedBlob}, nil)

response := struct {
Height uint64 `json:"height"`
Expand Down

0 comments on commit 5443b99

Please sign in to comment.