Fix constructor in AuctionRegistrar

This commit is contained in:
Alex Beregszaszi
2018-11-21 19:21:14 +00:00
parent 2bf5e6fa9c
commit 7a26ede827
+1 -1
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.
}