Description
lzReceive() only uses the payload parameter, so the other names can be removed, leaving only the types: function _lzReceive( Origin calldata, // struct containing info about the message sender
bytes32, // global packet identifier
bytes calldata payload, // encoded message payload being receivedaddress, // the Executor address. bytes calldata // arbitrary data appended by the Executor
Status
Addressed in d7d5c84.