From 68ccadce304c76b1216ea0affb269f0fc74cb2a5 Mon Sep 17 00:00:00 2001 From: Jerome P Date: Thu, 12 Dec 2024 15:38:19 -0800 Subject: [PATCH] Fixed dangling comment line --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 411155b57..ca8fcb331 100644 --- a/Makefile +++ b/Makefile @@ -168,7 +168,7 @@ docker-pull-version: # - COA_KEY: A full weight, private key belonging to operator COA_ADDRESS (remove 0x prefix). NB: For development use only. We recommend using cloud KMS configuration on mainnet # # Optional -# - GAS_PRICE: the attoFlow amount +# - GAS_PRICE: the attoFlow amount of gas to charge for transactions # # Optional make arguments: # - DOCKER_RUN_DETACHED: Runs container in detached mode when true