mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-05 05:04:25 -08:00
make non-nil genesis state
This commit is contained in:
@@ -10,7 +10,7 @@ const DefaultIndex uint64 = 1
|
|||||||
// DefaultGenesis returns the default Capability genesis state
|
// DefaultGenesis returns the default Capability genesis state
|
||||||
func DefaultGenesis() *GenesisState {
|
func DefaultGenesis() *GenesisState {
|
||||||
return &GenesisState{
|
return &GenesisState{
|
||||||
NextAuction: nil,
|
NextAuction: &NextAuction{AuctionId: 0},
|
||||||
AuctionList: []Auction{},
|
AuctionList: []Auction{},
|
||||||
// this line is used by starport scaffolding # genesis/types/default
|
// this line is used by starport scaffolding # genesis/types/default
|
||||||
Params: DefaultParams(),
|
Params: DefaultParams(),
|
||||||
|
|||||||
Reference in New Issue
Block a user