Skip to content

Commit 2aa5c15

Browse files
Amxxfrangio
andauthored
Apply suggestions from code review
Co-authored-by: Francisco Giordano <[email protected]>
1 parent aad8745 commit 2aa5c15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contracts/crosschain/axelar/AxelarGatewaySource.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ abstract contract AxelarGatewaySource is IERC7786GatewaySource, AxelarGatewayBas
2121
bytes calldata payload,
2222
bytes[] calldata attributes
2323
) external payable virtual returns (bytes32) {
24-
// TODO: add support for value and attributes ?
2524
require(msg.value == 0, "Value not supported");
2625
for (uint256 i = 0; i < attributes.length; ++i) {
2726
bytes4 selector = bytes4(attributes[i][0:4]);

0 commit comments

Comments
 (0)