Skip to content

Commit

Permalink
evm: payload to memory
Browse files Browse the repository at this point in the history
  • Loading branch information
a5-pickle committed Jan 3, 2024
1 parent a2e2dec commit b325b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/src/contracts/WormholeCctpTokenMessenger.sol
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ abstract contract WormholeCctpTokenMessenger {
uint256 amount,
bytes32 mintRecipient,
uint32 wormholeNonce,
bytes calldata payload,
bytes memory payload,
uint256 wormholeFee
) internal returns (uint64 wormholeSequence, uint64 cctpNonce) {
// Deposit tokens into this contract to prepare for burning.
Expand Down

0 comments on commit b325b8b

Please sign in to comment.