e2e: configurable IP addresses for e2e testnet generator (backport #9592) (#9624)

Co-authored-by: Thane Thomson <connect@thanethomson.com>
This commit is contained in:
William Banfield
2022-10-31 10:59:59 -04:00
committed by GitHub
co-authored by Thane Thomson
parent c9561ce269
commit c5a60de39e
9 changed files with 265 additions and 110 deletions
-1
View File
@@ -23,7 +23,6 @@ type Config struct {
PrivValServer string `toml:"privval_server"`
PrivValKey string `toml:"privval_key"`
PrivValState string `toml:"privval_state"`
Misbehaviors map[string]string `toml:"misbehaviors"`
KeyType string `toml:"key_type"`
}