Remove signer from JSON output

This commit is contained in:
Jae Kwon 2016-01-14 08:06:02 -08:00
parent 790cde028b
commit 3f1b567129
1 changed files with 1 additions and 1 deletions

View File

@ -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.