Skip to content

Commit

Permalink
fix: encodeEtherDeposit doc
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli committed Apr 1, 2024
1 parent a4767f2 commit 8601c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/common/InputEncoding.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {IERC1155} from "@openzeppelin/contracts/token/ERC1155/IERC1155.sol";
library InputEncoding {
/// @notice Encode an Ether deposit.
/// @param sender The Ether sender
/// @param value The amount of Ether being sent in Wei
/// @param value The amount of Wei being sent
/// @param execLayerData Additional data to be interpreted by the execution layer
/// @return The encoded input payload
function encodeEtherDeposit(
Expand Down

0 comments on commit 8601c58

Please sign in to comment.