merge/rebase fixes

This commit is contained in:
Ethan Buchman
2016-01-12 19:39:53 -05:00
parent ee449a94c8
commit 799efb0629
6 changed files with 17 additions and 10 deletions
+1 -1
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.