Skip to content

Commit

Permalink
Update x/blob/client/cli/payforblob.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp authored Dec 5, 2023
1 parent eb75bef commit 5421c88
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions x/blob/client/cli/payforblob.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,13 @@ func CmdPayForBlob() *cobra.Command {
"\t--from validator \\\n" +
"\t--keyring-backend test \\\n" +
"\t--fees 21000utia \\\n" +
"\t--yes \\\n" +
"\n" +
"\t--yes \n\n" +
"celestia-appd tx blob PayForBlobs --input-file path/to/blobs.json \\\n" +
"\t--chain-id private \\\n" +
"\t--from validator \\\n" +
"\t--keyring-backend test \\\n" +
"\t--fees 21000utia \\\n" +
"\t--yes \\\n" +
"\\\n",
"\t--yes \n",
Short: "Pay for a data blob(s) to be published to Celestia.",
Long: "Pay for a data blob(s) to be published to Celestia.\n" +
"User can use namespaceID and blob as argument for single blob submission \n" +
Expand Down

0 comments on commit 5421c88

Please sign in to comment.