mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix constructor in AuctionRegistrar
This commit is contained in:
parent
2bf5e6fa9c
commit
7a26ede827
@ -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.
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user