Skip to content

Commit

Permalink
Update ICoreKlerosPacked.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
shotaronowhere authored Jun 27, 2022
1 parent 20ad1f9 commit ea7407d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/interfaces/ICoreKlerosPacked.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ interface ICoreKlerosPacked{
uint32 time; // The time when the juror staked
}

function indexToStakeID(uint48) external view returns (bytes32);
function indexToStakeID(uint40) external view returns (bytes32);
function getStakeIDToAccounts(bytes32) external view returns (Account memory);
}
}

0 comments on commit ea7407d

Please sign in to comment.