Skip to content

Commit

Permalink
Merge pull request #3 from 0xflotus/patch-2
Browse files Browse the repository at this point in the history
Update web3-eth-contract.rst
  • Loading branch information
0xflotus authored Apr 23, 2019
2 parents a8b9ad0 + 2c50fe9 commit d0dda0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web3-eth-contract.rst
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ Returns

- ``"data"`` returns ``Object``: Fires on each incoming event with the event object as argument.
- ``"changed"`` returns ``Object``: Fires on each event which was removed from the blockchain. The event will have the additional property ``"removed: true"``.
- ``"error"`` returns ``Object``: Fires when an error in the subscription occours.
- ``"error"`` returns ``Object``: Fires when an error in the subscription occurs.


The structure of the returned event ``Object`` looks as follows:
Expand Down

0 comments on commit d0dda0c

Please sign in to comment.