airswap / airswap-protocols

AirSwap Contracts and Tools

Home Page:https://about.airswap.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider updating fee transfer conditional

dmosites opened this issue · comments

if (adapters[order.signer.kind].attemptFeeTransfer()) {
  _transferProtocolFee(order);
}
if (order.signer.amount > 0) {
  _transferProtocolFee(order);
}