Commit 2845b56 1 parent f821034 commit 2845b56 Copy full SHA for 2845b56
File tree 2 files changed +4
-4
lines changed
token-bridge-e2e/packages/l1-contracts/contracts
uniswap-integration-e2e/packages/l1-contracts/contracts
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ contract TokenPortal {
124
124
fee: _fee
125
125
});
126
126
bytes32 entryKey = inbox.cancelL2Message (message, address (this ));
127
- // release the funds to msg.sender (since the content hash (& message key) is derived by hashing the caller,
127
+ // release the funds to msg.sender (since the content hash (& entry key) is derived by hashing the caller,
128
128
// we confirm that msg.sender is same as `_canceller` supplied when creating the message)
129
129
underlying.transfer (msg .sender , _amount);
130
130
return entryKey;
@@ -166,7 +166,7 @@ contract TokenPortal {
166
166
fee: _fee
167
167
});
168
168
bytes32 entryKey = inbox.cancelL2Message (message, address (this ));
169
- // release the funds to msg.sender (since the content hash (& message key) is derived by hashing the caller,
169
+ // release the funds to msg.sender (since the content hash (& entry key) is derived by hashing the caller,
170
170
// we confirm that msg.sender is same as `_canceller` supplied when creating the message)
171
171
underlying.transfer (msg .sender , _amount);
172
172
return entryKey;
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ contract TokenPortal {
124
124
fee: _fee
125
125
});
126
126
bytes32 entryKey = inbox.cancelL2Message (message, address (this ));
127
- // release the funds to msg.sender (since the content hash (& message key) is derived by hashing the caller,
127
+ // release the funds to msg.sender (since the content hash (& entry key) is derived by hashing the caller,
128
128
// we confirm that msg.sender is same as `_canceller` supplied when creating the message)
129
129
underlying.transfer (msg .sender , _amount);
130
130
return entryKey;
@@ -166,7 +166,7 @@ contract TokenPortal {
166
166
fee: _fee
167
167
});
168
168
bytes32 entryKey = inbox.cancelL2Message (message, address (this ));
169
- // release the funds to msg.sender (since the content hash (& message key) is derived by hashing the caller,
169
+ // release the funds to msg.sender (since the content hash (& entry key) is derived by hashing the caller,
170
170
// we confirm that msg.sender is same as `_canceller` supplied when creating the message)
171
171
underlying.transfer (msg .sender , _amount);
172
172
return entryKey;
You can’t perform that action at this time.
0 commit comments