democoin: fix genesis for amino

This commit is contained in:
Ethan Buchman 2018-07-10 23:27:47 -04:00
parent c6827dfb43
commit dd429fd5d0

View File

@ -42,8 +42,8 @@ func CoolAppGenState(cdc *wire.Codec, appGenTxs []json.RawMessage) (appState jso
key = "pow"
value = json.RawMessage(`{
"difficulty": 1,
"count": 0
"difficulty": "1",
"count": "0"
}`)
appState, err = server.InsertKeyJSON(cdc, appState, key, value)