ethereum / execution-apis

Collection of APIs provided by Ethereum execution layer clients
Creative Commons Zero v1.0 Universal
965 stars 380 forks source link

getProof storage keys example should contain strings that have 64 characters #580

Closed shanejonas closed 2 months ago

shanejonas commented 2 months ago

the storage keys in the example do not match the schema. it should be an array of 64 length hex strings

image