Do not attempt to transfer asset if fill failed

This commit is contained in:
Amir Bandeali 2019-12-23 19:36:54 -08:00 committed by Amir
parent 1d5800c4f7
commit e515c91e5e

View File

@ -82,6 +82,10 @@ contract MixinAssets is
)
internal
{
if (amount == 0) {
return;
}
bytes4 proxyId = assetData.readBytes4(0);
if (