Skip to content

Commit 7384707

Browse files
author
Ulfat
committed
Add consensus params to Validator config
1 parent cb19010 commit 7384707

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/deployment-design-aws.md

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
rpc_servers = # existing `Genesis Validator` / `Sentry` nodes' RPC endpoints
4343
trust_height = "trust-height"
4444
trust_hash = "trust-hash"
45+
46+
[consensus]
47+
create_empty_blocks = false
48+
create_empty_blocks_interval = "600s" # 10 mins
4549
```
4650

4751
`app.toml` file:

0 commit comments

Comments
 (0)