Skip to content

Commit

Permalink
feat: rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
ifelsedeveloper committed Oct 9, 2023
1 parent 64c3142 commit e316891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transfer-manager/contracts/interfaces/ITransferManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ abstract contract ITransferManager is ITransferExecutor {
LibDeal.DealSide memory right,
LibDeal.DealData memory dealData
) internal virtual returns (uint totalMakeValue, uint totalTakeValue);
}
}

0 comments on commit e316891

Please sign in to comment.