Write genesis trend for democoin (closes #762)

This commit is contained in:
Christopher Goes
2018-04-03 22:15:51 +02:00
parent f5322fa25f
commit 47c97c24d3
+4 -1
View File
@@ -46,7 +46,10 @@ func defaultOptions(args []string) (json.RawMessage, string, cmn.HexBytes, error
"amount": 9007199254740992
}
]
}]
}],
"cool": {
"trend": "ice-cold"
}
}`, addr)
return json.RawMessage(opts), "", nil, nil
}