From d8e0c32372f3e25788ec686b5318d62a68019c4e Mon Sep 17 00:00:00 2001 From: Marco Granelli Date: Mon, 6 Nov 2023 17:21:20 +0100 Subject: [PATCH] Adjusts comment --- apps/src/bin/namada-node/cli.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/src/bin/namada-node/cli.rs b/apps/src/bin/namada-node/cli.rs index c28d149aab5..7477d3d6af3 100644 --- a/apps/src/bin/namada-node/cli.rs +++ b/apps/src/bin/namada-node/cli.rs @@ -64,8 +64,7 @@ pub fn main() -> Result<()> { let _validator_local_config: ValidatorLocalConfig = toml::from_slice(&updated_config).unwrap(); - // Update validator configuration file with the new accepted - // tokens + // Update the validator configuration file with the new one let config_path = ctx .global_args .base_dir