diff --git a/types/priv_validator.go b/types/priv_validator.go index 78b95c6af..9b01c8a61 100644 --- a/types/priv_validator.go +++ b/types/priv_validator.go @@ -43,7 +43,7 @@ type PrivValidator struct { // PrivKey should be empty if a Signer other than the default is being used. PrivKey crypto.PrivKey `json:"priv_key"` - Signer + Signer `json:"-"` // For persistence. // Overloaded for testing.