mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #3814 from FrolovR/patch-2
hash256 -> bytes32 fix in misleading note
This commit is contained in:
commit
c63efebd45
@ -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
|
||||
==============================================
|
||||
|
Loading…
Reference in New Issue
Block a user