Skip to content

Commit

Permalink
Merge pull request #1633 from cosmos/bucky/fix-democoin
Browse files Browse the repository at this point in the history
democoin: fix genesis for amino
  • Loading branch information
ebuchman authored Jul 11, 2018
2 parents e563798 + dd429fd commit 3f15ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/democoin/cmd/democoind/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3f15ae7

Please sign in to comment.