From fc163ba1864a4281c4c6fc9de1aa803201fa8fef Mon Sep 17 00:00:00 2001 From: Viacheslav Gonkivskyi Date: Fri, 8 Sep 2023 15:59:01 +0300 Subject: [PATCH] fix gas.limit flag representation --- cmd/celestia/blob.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/celestia/blob.go b/cmd/celestia/blob.go index 484a410319..6d397525f5 100644 --- a/cmd/celestia/blob.go +++ b/cmd/celestia/blob.go @@ -46,7 +46,7 @@ func init() { submitCmd.PersistentFlags().Uint64Var( &gasLimit, - "gas-limit", + "gas.limit", 0, "specifies max gas for the blob submission", )