Skip to content

Commit

Permalink
Merge pull request #9 from danfinlay/signTypedDataFix
Browse files Browse the repository at this point in the history
Corrected signTypedData schema
  • Loading branch information
SilentCicero authored Oct 30, 2017
2 parents 999d25e + 937bd24 commit b98b6e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethjs-schema",
"version": "0.1.4",
"version": "0.1.5",
"description": "A complete Ethereum RPC specification as a JSON object export.",
"main": "src/schema.json",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eth_getUncleCountByBlockNumber": [["Q"], "Q", 1],
"eth_getCode": [["D20", "Q|T"], "D", 1, 2],
"eth_sign": [["D20", "D32"], "D", 2],
"eth_signTypedData": ["D32", "D", 1],
"eth_signTypedData": [["Array|DATA", "D20"], "D", 1],
"eth_sendTransaction": [["SendTransaction"], "D", 1],
"eth_sendRawTransaction": [["D"], "D32", 1],
"eth_call": [["CallTransaction", "Q|T"], "D", 1, 2],
Expand Down

0 comments on commit b98b6e4

Please sign in to comment.