aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/2.0.0/protocol/Exchange/MixinExchangeCore.sol
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-07-25 17:59:29 +0800
committerFabio Berger <me@fabioberger.com>2018-07-25 17:59:29 +0800
commite5aa03da64c45a8a777226ff82f497ecbbdaacae (patch)
treeaf6ff4addb155f47673b0f41890e0d173549d96d /packages/contracts/src/2.0.0/protocol/Exchange/MixinExchangeCore.sol
parent47c0195b07556de25118c8f418163ad84a0d869d (diff)
parentfac90c446cc3a79ffe57ae13c685e7555714cf23 (diff)
downloaddexon-sol-tools-e5aa03da64c45a8a777226ff82f497ecbbdaacae.tar
dexon-sol-tools-e5aa03da64c45a8a777226ff82f497ecbbdaacae.tar.gz
dexon-sol-tools-e5aa03da64c45a8a777226ff82f497ecbbdaacae.tar.bz2
dexon-sol-tools-e5aa03da64c45a8a777226ff82f497ecbbdaacae.tar.lz
dexon-sol-tools-e5aa03da64c45a8a777226ff82f497ecbbdaacae.tar.xz
dexon-sol-tools-e5aa03da64c45a8a777226ff82f497ecbbdaacae.tar.zst
dexon-sol-tools-e5aa03da64c45a8a777226ff82f497ecbbdaacae.zip
merge v2-prototype
Diffstat (limited to 'packages/contracts/src/2.0.0/protocol/Exchange/MixinExchangeCore.sol')
-rw-r--r--packages/contracts/src/2.0.0/protocol/Exchange/MixinExchangeCore.sol2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contracts/src/2.0.0/protocol/Exchange/MixinExchangeCore.sol b/packages/contracts/src/2.0.0/protocol/Exchange/MixinExchangeCore.sol
index 6f435892b..354d0e9c3 100644
--- a/packages/contracts/src/2.0.0/protocol/Exchange/MixinExchangeCore.sol
+++ b/packages/contracts/src/2.0.0/protocol/Exchange/MixinExchangeCore.sol
@@ -46,7 +46,7 @@ contract MixinExchangeCore is
mapping (bytes32 => bool) public cancelled;
// Mapping of makerAddress => senderAddress => lowest salt an order can have in order to be fillable
- // Orders with specified senderAddress and with a salt less than their epoch to are considered cancelled
+ // Orders with specified senderAddress and with a salt less than their epoch are considered cancelled
mapping (address => mapping (address => uint256)) public orderEpoch;
/// @dev Cancels all orders created by makerAddress with a salt less than or equal to the targetOrderEpoch