Skip to content

Commit

Permalink
remove non exsisting call
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCardinalError committed Jul 22, 2024
1 parent b06a313 commit 849937d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Redistribution.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ interface IStakeRegistry {
function overlayOfAddress(address _owner) external view returns (bytes32);

function nodeEffectiveStake(address _owner) external view returns (uint256);

function getStakeStruct(address _owner) external view returns (Stake memory);
}

/**
Expand Down

0 comments on commit 849937d

Please sign in to comment.