Fix deployment to geth

This commit is contained in:
Amir Bandeali
2018-06-29 10:02:07 -07:00
parent 762a6199b2
commit 44b6adaa29
2 changed files with 6 additions and 7 deletions

View File

@@ -181,7 +181,7 @@ contract MixinAssetProxyDispatcher is
cdStart, // write output over input
512 // reserve 512 bytes for output
)
if eq(success, 0) {
if iszero(success) {
revert(cdStart, returndatasize())
}
}