From b726154a32daeb106cc306ed9d6b753a1efdd7a8 Mon Sep 17 00:00:00 2001 From: Brian Weickmann Date: Thu, 9 Aug 2018 18:11:48 -0700 Subject: [PATCH] Changed fxns in OrderLibrary to be internal. --- contracts/core/lib/OrderLibrary.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/core/lib/OrderLibrary.sol b/contracts/core/lib/OrderLibrary.sol index 82187c9ee..3d2a5980c 100644 --- a/contracts/core/lib/OrderLibrary.sol +++ b/contracts/core/lib/OrderLibrary.sol @@ -127,7 +127,7 @@ library OrderLibrary { bytes32 _r, bytes32 _s ) - external + internal pure returns(bool) { @@ -161,7 +161,7 @@ library OrderLibrary { uint256 _numerator, uint256 _denominator ) - external + internal returns (uint256) { // Get remainder of partial amount (if 0 not a partial amount)