Skip to content

Commit de610b3

Browse files
authored
integration: fix error code for eth_getStorageAt (#504)
1 parent f69d399 commit de610b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/mainnet/eth_getStorageAt/test_09.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"id": 1,
1111
"jsonrpc": "2.0",
1212
"error": {
13-
"code": -32000,
13+
"code": -32602,
1414
"message": "unable to decode storage key: hex string invalid"
1515
}
1616
}

0 commit comments

Comments
 (0)