ethereum/homestead-guide

Missing } in Create and deploy a contract

Opened this issue · 0 comments

https://ethereum-homestead.readthedocs.io/en/latest/contracts-and-transactions/contracts.html#create-and-deploy-a-contract

var abi = [{ constant: false, inputs: { name: 'a', type: 'uint256' } ]

abi is missing an }