Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contracts/chain-adapters/Ethereum_Adapter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ contract Ethereum_Adapter is AdapterInterface {
emit TokensRelayed(l1Token, l2Token, amount, to);
}

// Note: this snippet of code is copied from Governor.sol.
// Note: this snippet of code is copied from Governor.sol. Source: https://github.com/UMAprotocol/protocol/blob/5b37ea818a28479c01e458389a83c3e736306b17/packages/core/contracts/oracle/implementation/Governor.sol#L190-L207
function _executeCall(address to, bytes memory data) private {
// Note: this snippet of code is copied from Governor.sol and modified to not include any "value" field.
// solhint-disable-next-line no-inline-assembly
Expand Down