Merge pull request #1633 from cosmos/bucky/fix-democoin

democoin: fix genesis for amino
This commit is contained in:
Ethan Buchman 2018-07-11 10:45:01 -04:00 committed by GitHub
commit 3f15ae7b15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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)