From 3f1b5671298a8cfd852d6d4aabf752d45c5faec0 Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Thu, 14 Jan 2016 08:06:02 -0800 Subject: [PATCH] Remove signer from JSON output --- types/priv_validator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.