Merge pull request #1633 from cosmos/bucky/fix-democoin
democoin: fix genesis for amino
This commit is contained in:
commit
3f15ae7b15
|
@ -42,8 +42,8 @@ func CoolAppGenState(cdc *wire.Codec, appGenTxs []json.RawMessage) (appState jso
|
||||||
|
|
||||||
key = "pow"
|
key = "pow"
|
||||||
value = json.RawMessage(`{
|
value = json.RawMessage(`{
|
||||||
"difficulty": 1,
|
"difficulty": "1",
|
||||||
"count": 0
|
"count": "0"
|
||||||
}`)
|
}`)
|
||||||
|
|
||||||
appState, err = server.InsertKeyJSON(cdc, appState, key, value)
|
appState, err = server.InsertKeyJSON(cdc, appState, key, value)
|
||||||
|
|
Loading…
Reference in New Issue