mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
hash256 -> bytes32 fix in misleading note
As it was described here: https://ethereum.stackexchange.com/questions/44628/understanding-low-level-interface-to-logs/44629?noredirect=1#comment52316_44629
This commit is contained in:
parent
0695ffe51d
commit
86c5d6aaad
@ -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
|
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
|
Additional Resources for Understanding Events
|
||||||
==============================================
|
==============================================
|
||||||
|
Loading…
Reference in New Issue
Block a user