remove misbehavior remnants

This commit is contained in:
William Banfield
2022-10-21 16:55:57 -04:00
parent 38d1b2f873
commit f9307cac51
2 changed files with 1 additions and 17 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"`
}