Write genesis trend for democoin (closes #762)

This commit is contained in:
Christopher Goes 2018-04-02 12:33:44 +02:00
parent f5322fa25f
commit 47c97c24d3
No known key found for this signature in database
GPG Key ID: E828D98232D328D3
1 changed files with 4 additions and 1 deletions

View File

@ -46,7 +46,10 @@ func defaultOptions(args []string) (json.RawMessage, string, cmn.HexBytes, error
"amount": 9007199254740992 "amount": 9007199254740992
} }
] ]
}] }],
"cool": {
"trend": "ice-cold"
}
}`, addr) }`, addr)
return json.RawMessage(opts), "", nil, nil return json.RawMessage(opts), "", nil, nil
} }