Do not attempt to transfer asset if fill failed
This commit is contained in:
parent
1d5800c4f7
commit
e515c91e5e
@ -82,6 +82,10 @@ contract MixinAssets is
|
||||
)
|
||||
internal
|
||||
{
|
||||
if (amount == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
bytes4 proxyId = assetData.readBytes4(0);
|
||||
|
||||
if (
|
||||
|
Loading…
x
Reference in New Issue
Block a user