Fix constructor in AuctionRegistrar

This commit is contained in:
Alex Beregszaszi 2018-09-26 18:49:30 +01:00
parent 2bf5e6fa9c
commit 7a26ede827

View File

@ -112,7 +112,7 @@ contract GlobalRegistrar is Registrar, AuctionSystem {
uint constant c_renewalInterval = 365 days;
uint constant c_freeBytes = 12;
function Registrar() public {
constructor() public {
// TODO: Populate with hall-of-fame.
}