Skip to content
Request an audit

‹ All findings

Unused parameters names can be removed to ignore compiler warnings

Low/InfoMetaZero Omnichain NFTs·Three Sigma · Omnichain RWA tokenisation · 27th January, 20243S-MetaZero-N03

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

solidity
bytes32, // global packet identifier
bytes calldata payload, // encoded message payload being received

address, // the Executor address. bytes calldata // arbitrary data appended by the Executor

Status

Addressed in d7d5c84.