Update contracts.rst

This commit is contained in:
Morgan 2017-04-17 21:41:28 -04:00 committed by GitHub
parent 138c952a1a
commit fb58809c20

View File

@ -27,7 +27,7 @@ From ``web3.js``, i.e. the JavaScript
API, this is done as follows::
// Need to specify some source including contract name for the data param below
var source = "contract CONTRACT_NAME { function CONTRACT_NAME(unit a, uint b) {} }";
var source = "contract CONTRACT_NAME { function CONTRACT_NAME(uint a, uint b) {} }";
// The json abi array generated by the compiler
var abiArray = [