Removed virtual from a library function in gnosis test

This commit is contained in:
hrkrshnn 2020-04-03 15:49:50 +05:30
parent 35a743e222
commit 7e2cb9b57c

View File

@ -177,7 +177,6 @@ library Math {
/// @param nums Numbers to look through
/// @return max Maximum number
function max(int[] memory nums)
virtual
public
pure
returns (int max)