Added natsec for all lifecycle contracts + bounty.sol, DayLimit.sol and LimitBalance.sol
This commit is contained in:
committed by
maurelian
parent
e851938199
commit
b5d4120adb
@ -3,8 +3,10 @@ pragma solidity ^0.4.8;
|
||||
|
||||
import '../ownership/Ownable.sol';
|
||||
|
||||
|
||||
// This is a truffle contract, needed for truffle integration, not meant for use by Zeppelin users.
|
||||
/*
|
||||
* @title Migrations
|
||||
* @dev This is a truffle contract, needed for truffle integration, not meant for use by Zeppelin users.
|
||||
*/
|
||||
contract Migrations is Ownable {
|
||||
uint public lastCompletedMigration;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user