Merge pull request #3814 from FrolovR/patch-2

hash256 -> bytes32 fix in misleading note
This commit is contained in:
Alex Beregszaszi 2018-04-04 08:16:38 +02:00 committed by GitHub
commit c63efebd45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -803,7 +803,7 @@ as topics. The event call above can be performed in the same way as
}
where the long hexadecimal number is equal to
``keccak256("Deposit(address,hash256,uint256)")``, the signature of the event.
``keccak256("Deposit(address,bytes32,uint256)")``, the signature of the event.
Additional Resources for Understanding Events
==============================================