Skip to content

Commit

Permalink
Merge pull request #5 from SjonHortensius/patch-1
Browse files Browse the repository at this point in the history
eth_syncing Primitive boolean not compressed
  • Loading branch information
SilentCicero authored Jul 30, 2017
2 parents 15565d8 + 20f36dc commit b1f6f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"personal_sign": [["D20", "D", "S"], "D", 2],
"personal_ecRecover": [["D", "D"], "D20", 2],
"eth_protocolVersion": [[], "S"],
"eth_syncing": [[], "Boolean|EthSyncing"],
"eth_syncing": [[], "B|EthSyncing"],
"eth_coinbase": [[], "D20"],
"eth_mining": [[], "B"],
"eth_hashrate": [[], "Q"],
Expand Down

0 comments on commit b1f6f48

Please sign in to comment.