Disallow the years unit denomination properly

This commit is contained in:
Alex Beregszaszi
2018-06-21 20:21:02 +02:00
parent 32f2db780c
commit 72e87423db
7 changed files with 9 additions and 23 deletions
+1 -1
View File
@@ -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() {