Skip to content

Commit da2bfd0

Browse files
committed
Remove getOSet
1 parent ced147d commit da2bfd0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

contracts/INodeRotation.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,10 @@ interface INodeRotation {
5454
returns (uint newNode);
5555
function selectNodeToGroup(bytes32 schainHash) external returns (uint nodeIndex);
5656

57-
5857
function isSchainCreation(bytes32 schainHash) external view returns (bool);
5958
function isNewNodeFound(bytes32 schainHash) external view returns (bool);
6059
function isRotationInProgress(bytes32 schainHash) external view returns (bool);
6160
function getLeavingHistory(uint nodeIndex) external view returns (LeavingHistory[] memory);
62-
function getOSet(bytes32 schainHash) external view returns (uint256[] memory);
6361
function getPreviousNode(bytes32 schainHash, uint256 nodeIndex) external view returns (uint256);
6462
function getRotation(bytes32 schainHash) external view returns (Rotation memory);
6563
}

0 commit comments

Comments
 (0)