Skip to content

Commit

Permalink
Merge pull request ethjs#3 from flyswatter/PersonalSignFix
Browse files Browse the repository at this point in the history
Correct personal_sign param ordering
  • Loading branch information
SilentCicero authored Jul 30, 2017
2 parents b1f6f48 + 63de21f commit 8aa6768
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 @@ -5,7 +5,7 @@
"net_version": [[], "S"],
"net_peerCount": [[], "Q"],
"net_listening": [[], "B"],
"personal_sign": [["D20", "D", "S"], "D", 2],
"personal_sign": [["D", "D20", "S"], "D", 2],
"personal_ecRecover": [["D", "D"], "D20", 2],
"eth_protocolVersion": [[], "S"],
"eth_syncing": [[], "B|EthSyncing"],
Expand Down

0 comments on commit 8aa6768

Please sign in to comment.