Added natsec for all lifecycle contracts + bounty.sol, DayLimit.sol and LimitBalance.sol

This commit is contained in:
João Gabriel Carvalho
2017-04-25 19:16:02 -03:00
committed by maurelian
parent e851938199
commit b5d4120adb
7 changed files with 90 additions and 38 deletions

View File

@ -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;