Skip to content

Commit

Permalink
fix: min_commitment_age language (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
nftchance authored Dec 4, 2024
1 parent 2fab882 commit 16226d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/registry/eth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ ETHRegistrarController.commit(commitment bytes32)
```

Note this does require an on-chain transaction.
After having committed it is recommended to wait at least the `MIN_COMMITMENT_AGE` (~60 seconds) before registering.
After having committed it is required to wait at least the `MIN_COMMITMENT_AGE` (60 seconds) before registering.

### Registering

Expand Down

0 comments on commit 16226d6

Please sign in to comment.