Skip to content

Commit

Permalink
fixing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
distractedm1nd committed Jan 23, 2024
1 parent d91c233 commit a208063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodebuilder/blob/cmd/blob.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func init() {
"gas.price",
float64(blob.DefaultGasPrice()),
"specifies gas price (in utia) for blob submission.\n"+
"Fee will be automatically calculated if negative value is passed [optional]",
"Gas price will be set to default (0.002) if no value is passed",
)
}

Expand Down Expand Up @@ -124,7 +124,7 @@ var submitCmd = &cobra.Command{
Short: "Submit the blob at the given namespace.\n" +
"Note:\n" +
"* only one blob is allowed to submit through the RPC.\n" +
"* fee and gas limit params will be calculated automatically based on the gas.price parameter.\n",
"* fee and gas limit params will be calculated automatically.\n",
RunE: func(cmd *cobra.Command, args []string) error {
client, err := cmdnode.ParseClientFromCtx(cmd.Context())
if err != nil {
Expand Down

0 comments on commit a208063

Please sign in to comment.