Update config to enable signing vote extensions

This commit is contained in:
Shreerang Kale 2025-08-14 17:45:51 +05:30
parent 38a7f3cb1c
commit 48d93dbbca

View File

@ -42,6 +42,7 @@ cat <<EOF > $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"