Skip to content

Commit 4e17456

Browse files
committed
nit
1 parent 7378735 commit 4e17456

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contracts/src/v2/Calls.sol

-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ library CallsV2 {
7474
xcm = bytes.concat(
7575
hex"deadbeef", abi.encodePacked(token), hex"deadbeef", abi.encodePacked(etherValue)
7676
);
77-
xcm = bytes.concat(hex"deadbeef", abi.encodePacked(token), hex"deadbeef");
7877
} else {
7978
revert IGatewayV2.ShouldNotReachHere();
8079
}

0 commit comments

Comments
 (0)