From 5421c88c269c38afb7eda35a581e7c4c324c7a35 Mon Sep 17 00:00:00 2001 From: Rootul P Date: Tue, 5 Dec 2023 11:25:45 -0500 Subject: [PATCH] Update x/blob/client/cli/payforblob.go --- x/blob/client/cli/payforblob.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/x/blob/client/cli/payforblob.go b/x/blob/client/cli/payforblob.go index 85339e435f..1dbabb541b 100644 --- a/x/blob/client/cli/payforblob.go +++ b/x/blob/client/cli/payforblob.go @@ -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" +