Browse Source

Remove signer from JSON output

pull/175/head
Jae Kwon 9 years ago
parent
commit
3f1b567129
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      types/priv_validator.go

+ 1
- 1
types/priv_validator.go 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.


Loading…
Cancel
Save