Skip to content

Commit

Permalink
Update IETHRegistrarController.sol
Browse files Browse the repository at this point in the history
add commitments to the interface so uis can easily return/check if a commitment is valid in a pre-registration hook.
  • Loading branch information
lcfr-eth authored Dec 4, 2023
1 parent e835fa2 commit 4654f35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/ethregistrar/IETHRegistrarController.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ interface IETHRegistrarController {

function commit(bytes32) external;

function commitments(bytes32) external view returns (uint256);

function register(
string calldata,
address,
Expand Down

0 comments on commit 4654f35

Please sign in to comment.