Skip to content

Commit

Permalink
fix(cmd/blob): fix response (celestiaorg#2600)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7682b00)
  • Loading branch information
vgonkivs authored and walldiss committed Sep 22, 2023
1 parent 6ed3382 commit 754ccc1
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 @@ -121,7 +121,7 @@ var submitCmd = &cobra.Command{
height, err := client.Blob.Submit(cmd.Context(), []*blob.Blob{parsedBlob})

response := struct {
Height uint64 `json:"uint64"`
Height uint64 `json:"height"`
Commitment blob.Commitment `json:"commitment"`
}{
Height: height,
Expand Down

0 comments on commit 754ccc1

Please sign in to comment.