Skip to content

Commit

Permalink
Update eth_sign for bytes data
Browse files Browse the repository at this point in the history
It seems eth_sign standard has changed again, so here is the new version with a dynamic bytes used for the second param of eth_sign
  • Loading branch information
SilentCicero authored Jan 6, 2018
1 parent b98b6e4 commit 30ad99b
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 @@ -23,7 +23,7 @@
"eth_getUncleCountByBlockHash": [["D32"], "Q", 1],
"eth_getUncleCountByBlockNumber": [["Q"], "Q", 1],
"eth_getCode": [["D20", "Q|T"], "D", 1, 2],
"eth_sign": [["D20", "D32"], "D", 2],
"eth_sign": [["D20", "D"], "D", 2],
"eth_signTypedData": [["Array|DATA", "D20"], "D", 1],
"eth_sendTransaction": [["SendTransaction"], "D", 1],
"eth_sendRawTransaction": [["D"], "D32", 1],
Expand Down

0 comments on commit 30ad99b

Please sign in to comment.