ensdomains / ens-contracts

The core contracts of the ENS protocol
https://ens.domains/
MIT License
572 stars 394 forks source link

fix: update cost of event NameRenewed #275

Open ducthotran2010 opened 1 year ago

ducthotran2010 commented 1 year ago

Since the variable cost in the event NameRenewed is the actual cost taken. That is not the msg.value but is the price.base:

    event NameRenewed(
        string name,
        bytes32 indexed label,
        uint256 cost,
        uint256 expires
    );