mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #5473 from ethereum/tests-constructor
Fix constructor in AuctionRegistrar
This commit is contained in:
commit
7d8c1fc53b
@ -112,7 +112,7 @@ contract GlobalRegistrar is Registrar, AuctionSystem {
|
|||||||
uint constant c_renewalInterval = 365 days;
|
uint constant c_renewalInterval = 365 days;
|
||||||
uint constant c_freeBytes = 12;
|
uint constant c_freeBytes = 12;
|
||||||
|
|
||||||
function Registrar() public {
|
constructor() public {
|
||||||
// TODO: Populate with hall-of-fame.
|
// TODO: Populate with hall-of-fame.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user