Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

json-rpc: eth_compileSolidity incorrect example #125

Closed
phleemac opened this issue Jan 13, 2017 · 0 comments
Closed

json-rpc: eth_compileSolidity incorrect example #125

phleemac opened this issue Jan 13, 2017 · 0 comments

Comments

@phleemac
Copy link

In: https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_compilesolidity
Example given is

"result": { "code": "0x60588060...", "info": {...

However, the current json-rpc (geth 1.5.6-stable-2a609af5) actually returns:

"result": { "<name of contract>": { "code": "0x60588060...", "info": {...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants