From 6fb9f1a7fe354aebbbe737f9949a2bcddef69e5c Mon Sep 17 00:00:00 2001 From: Nikhil Kumar Mishra Date: Sat, 9 Sep 2017 23:00:58 +0530 Subject: [PATCH] Update Migrations.sol --- contracts/Migrations.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/Migrations.sol b/contracts/Migrations.sol index 132f325..3016b96 100644 --- a/contracts/Migrations.sol +++ b/contracts/Migrations.sol @@ -3,7 +3,7 @@ contract Migrations { uint public last_completed_migration; modifier restricted() { - if (msg.sender == owner) _ + if (msg.sender == owner) _; } function Migrations() {