Skip to content

Commit

Permalink
Merge pull request #42 from skalenetwork/revert-interface
Browse files Browse the repository at this point in the history
Revert interface
  • Loading branch information
DimaStebaev authored May 17, 2024
2 parents d66ce1b + 0e4e295 commit 5d0228e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/ISchainsInternal.sol
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ interface ISchainsInternal {
)
external
returns (uint[] memory);
function changeLifetime(bytes32 schainHash, uint lifetime, uint deposit) external;
function removeSchain(bytes32 schainHash, address from) external;
function removeNodeFromSchain(uint nodeIndex, bytes32 schainHash) external;
function deleteGroup(bytes32 schainHash) external;
Expand Down

0 comments on commit 5d0228e

Please sign in to comment.