Update contracts/exchange/contracts/src/MixinProtocolFees.sol
Update comment Co-Authored-By: James Towle <jalextowle@gmail.com>
This commit is contained in:
parent
90ac5ec577
commit
cf35a8032d
@ -151,7 +151,7 @@ contract MixinProtocolFees is
|
|||||||
internal
|
internal
|
||||||
returns (uint256 valuePaid)
|
returns (uint256 valuePaid)
|
||||||
{
|
{
|
||||||
// Do not send a value with the call if insufficient balance
|
// Do not send a value with the call if the exchange has an insufficient balance
|
||||||
// The protocolFeeCollector contract will fallback to charging WETH
|
// The protocolFeeCollector contract will fallback to charging WETH
|
||||||
if (exchangeBalance >= protocolFee) {
|
if (exchangeBalance >= protocolFee) {
|
||||||
valuePaid = protocolFee;
|
valuePaid = protocolFee;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user