Skip to content

Commit

Permalink
Update IMessageProxy
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Oct 14, 2024
1 parent ed93bea commit f4b5e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/IMessageProxy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ interface IMessageProxy is IMessageListener {
SchainHash schainHash,
address contractAddress
) external view returns (bool);
function getContractRegisteredLength(bytes32 schainHash) external view returns (uint256);
function getContractRegisteredLength(SchainHash schainHash) external view returns (uint256);

Check warning on line 40 in contracts/IMessageProxy.sol

View workflow job for this annotation

GitHub Actions / test

GC: Named return value is missing - Index 0
function getContractRegisteredRange(

Check warning on line 41 in contracts/IMessageProxy.sol

View workflow job for this annotation

GitHub Actions / test

GC: Named return value is missing - Index 0
bytes32 schainHash,
SchainHash schainHash,
uint256 from,
uint256 to
)
Expand Down

0 comments on commit f4b5e60

Please sign in to comment.