From 48d93dbbca144d01b5c9e1b2069ea579c5e22fea Mon Sep 17 00:00:00 2001 From: Shreerang Kale Date: Thu, 14 Aug 2025 17:45:51 +0530 Subject: [PATCH] Update config to enable signing vote extensions --- stack-orchestrator/config/tmkms/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/stack-orchestrator/config/tmkms/run.sh b/stack-orchestrator/config/tmkms/run.sh index 15a1b29..e163435 100755 --- a/stack-orchestrator/config/tmkms/run.sh +++ b/stack-orchestrator/config/tmkms/run.sh @@ -42,6 +42,7 @@ cat < $TMKMS_HOME/tmkms.toml id = "$CHAIN_ID" key_format = { type = "cosmos-json", account_key_prefix = "${KEY_PREFIX}pub", consensus_key_prefix = "${KEY_PREFIX}valconspub" } state_file = "$TMKMS_STATE_DIR/priv_validator_state.json" + sign_extensions = true [[validator]] chain_id = "$CHAIN_ID"