Skip to content

Commit

Permalink
tmkms.toml.example: use v0.34 protocol in example (#788)
Browse files Browse the repository at this point in the history
The `legacy` protocol has been removed
  • Loading branch information
tony-iqlusion authored Oct 16, 2023
1 parent 6d50ef0 commit 5c85758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmkms.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ chain_id = "cosmoshub-3"
reconnect = true # true is the default
secret_key = "path/to/secret_connection.key"
# max_height = "500000"
protocol_version = "legacy" # or "v0.33", "v0.34" (i.e. Tendermint version)
protocol_version = "v0.34" # or "v0.33" (i.e. Tendermint version)

## Signing provider configuration

Expand Down

0 comments on commit 5c85758

Please sign in to comment.