Skip to content

Commit

Permalink
Merge pull request #312 from ensdomains/mdt/update-IETHRegistrarContr…
Browse files Browse the repository at this point in the history
…oller

remove unused interface "commitments" from IETHRegistrarController
  • Loading branch information
Arachnid committed Jan 22, 2024
2 parents 9fe938e + c5eb51e commit 322c326
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -185,7 +185,7 @@ yarn pub

### Cherry-picked release flow

Certain changes can be released in isolation via cherry-picking, although ideally we would always release from `staging`.
Certain changes can be released in isolation via cherry-picking, although ideally we would always release from `staging`.

1. Create a new branch from `mainnet`.
2. Cherry-pick from `staging` into new branch.
Expand Down
2 changes: 0 additions & 2 deletions contracts/ethregistrar/IETHRegistrarController.sol
Expand Up @@ -24,8 +24,6 @@ interface IETHRegistrarController {

function commit(bytes32) external;

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

function register(
string calldata,
address,
Expand Down

0 comments on commit 322c326

Please sign in to comment.