We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7378735 commit 4e17456Copy full SHA for 4e17456
contracts/src/v2/Calls.sol
@@ -74,7 +74,6 @@ library CallsV2 {
74
xcm = bytes.concat(
75
hex"deadbeef", abi.encodePacked(token), hex"deadbeef", abi.encodePacked(etherValue)
76
);
77
- xcm = bytes.concat(hex"deadbeef", abi.encodePacked(token), hex"deadbeef");
78
} else {
79
revert IGatewayV2.ShouldNotReachHere();
80
}
0 commit comments