Write genesis trend for democoin (closes #762)
This commit is contained in:
parent
f5322fa25f
commit
47c97c24d3
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue