docs make deploy callback optional

This commit is contained in:
Fabian Vogelsteller 2016-11-14 16:35:28 +01:00
parent a53e2cef6b
commit dbc31a6061
No known key found for this signature in database
GPG Key ID: E51EADA77F1A4124

View File

@ -207,7 +207,7 @@ deploy
.. code-block:: javascript
myContract.deploy(options, callback)
myContract.deploy(options[, callback])
Call this function to deploy the contract to the blockchain.
After successfull deployment the ``myContract.options.address`` will be set automatically to the newly deployed contract.