This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
Remove signer from JSON output
pull/175/head
Jae Kwon
9 years ago
parent
790cde028b
commit
3f1b567129
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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.
Write
Preview
Loading…
Cancel
Save