Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeddes committed Dec 7, 2024
1 parent 7378735 commit 4e17456
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/src/v2/Calls.sol
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ library CallsV2 {
xcm = bytes.concat(
hex"deadbeef", abi.encodePacked(token), hex"deadbeef", abi.encodePacked(etherValue)
);
xcm = bytes.concat(hex"deadbeef", abi.encodePacked(token), hex"deadbeef");
} else {
revert IGatewayV2.ShouldNotReachHere();
}
Expand Down

0 comments on commit 4e17456

Please sign in to comment.