mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 04:01:55 +00:00
Conform to go-wire new TypeByte behavior
This commit is contained in:
@@ -17,9 +17,9 @@ var GenDocKey = []byte("GenDocKey")
|
||||
// core types for a genesis definition
|
||||
|
||||
type GenesisValidator struct {
|
||||
PubKey crypto.PubKeyEd25519 `json:"pub_key"`
|
||||
Amount int64 `json:"amount"`
|
||||
Name string `json:"name"`
|
||||
PubKey crypto.PubKey `json:"pub_key"`
|
||||
Amount int64 `json:"amount"`
|
||||
Name string `json:"name"`
|
||||
}
|
||||
|
||||
type GenesisDoc struct {
|
||||
|
Reference in New Issue
Block a user