diff options
author | Amir Bandeali <abandeali1@gmail.com> | 2018-08-25 00:27:29 +0800 |
---|---|---|
committer | Amir Bandeali <abandeali1@gmail.com> | 2018-08-25 04:32:04 +0800 |
commit | 070eff6f3a2f3775ef72248c3f345c05cd833798 (patch) | |
tree | 434ea365997e41391c06c14630e3716ef20f2cb7 /packages/contracts/compiler.json | |
parent | 681ed822eca91085300e85e136ddcf4abd90495c (diff) | |
download | dexon-sol-tools-070eff6f3a2f3775ef72248c3f345c05cd833798.tar dexon-sol-tools-070eff6f3a2f3775ef72248c3f345c05cd833798.tar.gz dexon-sol-tools-070eff6f3a2f3775ef72248c3f345c05cd833798.tar.bz2 dexon-sol-tools-070eff6f3a2f3775ef72248c3f345c05cd833798.tar.lz dexon-sol-tools-070eff6f3a2f3775ef72248c3f345c05cd833798.tar.xz dexon-sol-tools-070eff6f3a2f3775ef72248c3f345c05cd833798.tar.zst dexon-sol-tools-070eff6f3a2f3775ef72248c3f345c05cd833798.zip |
Rename TestStaticCall => TestStaticCallReceiver
Diffstat (limited to 'packages/contracts/compiler.json')
-rw-r--r-- | packages/contracts/compiler.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contracts/compiler.json b/packages/contracts/compiler.json index 741614f2c..27bb69a36 100644 --- a/packages/contracts/compiler.json +++ b/packages/contracts/compiler.json @@ -47,7 +47,7 @@ "TestLibs", "TestExchangeInternals", "TestSignatureValidator", - "TestStaticCall", + "TestStaticCallReceiver", "TokenRegistry", "Validator", "Wallet", |