diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-07-08 07:01:40 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2017-07-11 15:30:14 +0800 |
commit | 722c24d127cf889ad977eaa8352772aa475e9fc1 (patch) | |
tree | 82f578f89911ade09617419fa22cedb55701073a /src/artifacts | |
parent | 720b2a25060080e7e6cb55a8488d2d6030c6b3ee (diff) | |
download | dexon-sol-tools-722c24d127cf889ad977eaa8352772aa475e9fc1.tar dexon-sol-tools-722c24d127cf889ad977eaa8352772aa475e9fc1.tar.gz dexon-sol-tools-722c24d127cf889ad977eaa8352772aa475e9fc1.tar.bz2 dexon-sol-tools-722c24d127cf889ad977eaa8352772aa475e9fc1.tar.lz dexon-sol-tools-722c24d127cf889ad977eaa8352772aa475e9fc1.tar.xz dexon-sol-tools-722c24d127cf889ad977eaa8352772aa475e9fc1.tar.zst dexon-sol-tools-722c24d127cf889ad977eaa8352772aa475e9fc1.zip |
Migrate fillOrKillOrder
Diffstat (limited to 'src/artifacts')
-rw-r--r-- | src/artifacts/exchange/Exchange_v1.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/artifacts/exchange/Exchange_v1.json b/src/artifacts/exchange/Exchange_v1.json index 26b280cf1..646cc6551 100644 --- a/src/artifacts/exchange/Exchange_v1.json +++ b/src/artifacts/exchange/Exchange_v1.json @@ -417,7 +417,7 @@ "type": "uint256[6]" }, { - "name": "fillValueT", + "name": "fillTakerTokenAmount", "type": "uint256" }, { @@ -433,7 +433,7 @@ "type": "bytes32" } ], - "name": "fillOrKill", + "name": "fillOrKillOrder", "outputs": [ { "name": "success", |