We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4a0c6 commit f1deecdCopy full SHA for f1deecd
contracts/libraries/Message.sol
@@ -15,7 +15,7 @@ library Message {
15
// offset 32: 20 bytes :: address - recipient address
16
// offset 52: 32 bytes :: uint256 - value
17
// offset 84: 32 bytes :: bytes32 - transaction hash
18
- // offset 104: 20 bytes :: address - contract address to prevent double spending
+ // offset 116: 20 bytes :: address - contract address to prevent double spending
19
20
// mload always reads 32 bytes.
21
// so we can and have to start reading recipient at offset 20 instead of 32.
0 commit comments