Merge branch 'master' into peer-dep

This commit is contained in:
Nicolás Venturo
2018-10-10 09:09:06 -03:00
47 changed files with 95 additions and 1 deletions

View File

@ -25,5 +25,4 @@ library Address {
assembly { size := extcodesize(account) }
return size > 0;
}
}

View File

@ -32,4 +32,5 @@ contract ReentrancyGuard is Initializable {
require(localCounter == _guardCounter);
}
uint256[50] private ______gap;
}