mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 04:41:22 +00:00
rpc/core: ints are strings in responses, closes #1896
This commit is contained in:
@ -33,7 +33,7 @@ curl 'localhost:26657/broadcast_tx_sync?tx="abc"'
|
||||
"hash": "2B8EC32BA2579B3B8606E42C06DE2F7AFA2556EF",
|
||||
"log": "",
|
||||
"data": "",
|
||||
"code": 0
|
||||
"code": "0"
|
||||
},
|
||||
"id": "",
|
||||
"jsonrpc": "2.0"
|
||||
|
Reference in New Issue
Block a user