forked from cerc-io/laconicd-deprecated
randomize bond params
This commit is contained in:
@@ -8,3 +8,10 @@ func DefaultGenesisState() *GenesisState {
|
||||
Bonds: []*Bond{},
|
||||
}
|
||||
}
|
||||
|
||||
func NewGenesisState(params Params, bonds []*Bond) *GenesisState {
|
||||
return &GenesisState{
|
||||
Params: params,
|
||||
Bonds: bonds,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user