make non-nil genesis state
parent
ef35b58e10
commit
cd568abd9c
|
@ -10,7 +10,7 @@ const DefaultIndex uint64 = 1
|
|||
// DefaultGenesis returns the default Capability genesis state
|
||||
func DefaultGenesis() *GenesisState {
|
||||
return &GenesisState{
|
||||
NextAuction: nil,
|
||||
NextAuction: &NextAuction{AuctionId: 0},
|
||||
AuctionList: []Auction{},
|
||||
// this line is used by starport scaffolding # genesis/types/default
|
||||
Params: DefaultParams(),
|
||||
|
|
Loading…
Reference in New Issue