mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-10 14:00:33 +00:00
fix ci.toml and lint
This commit is contained in:
@@ -63,6 +63,7 @@ perturb = ["pause"]
|
||||
[node.validator05]
|
||||
database = "cleveldb"
|
||||
block_sync = "v0"
|
||||
state_sync = "p2p"
|
||||
seeds = ["seed01"]
|
||||
start_at = 1005 # Becomes part of the validator set at 1010
|
||||
abci_protocol = "grpc"
|
||||
@@ -77,7 +78,7 @@ block_sync = "v0"
|
||||
persistent_peers = ["validator01", "validator02", "validator03", "validator04", "validator05"]
|
||||
perturb = ["restart"]
|
||||
retain_blocks = 7
|
||||
state_sync = true
|
||||
state_sync = "rpc"
|
||||
|
||||
[node.light01]
|
||||
mode = "light"
|
||||
|
||||
Reference in New Issue
Block a user