mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Disallow the years unit denomination properly
This commit is contained in:
@@ -109,7 +109,7 @@ contract GlobalRegistrar is Registrar, AuctionSystem {
|
||||
uint renewalDate;
|
||||
}
|
||||
|
||||
uint constant c_renewalInterval = 1 years;
|
||||
uint constant c_renewalInterval = 365 days;
|
||||
uint constant c_freeBytes = 12;
|
||||
|
||||
function Registrar() {
|
||||
|
||||
Reference in New Issue
Block a user