diff --git a/contracts/protocol/libs/FundsLib.sol b/contracts/protocol/libs/FundsLib.sol index f5fcb1a9f..9c2848fc7 100644 --- a/contracts/protocol/libs/FundsLib.sol +++ b/contracts/protocol/libs/FundsLib.sol @@ -342,7 +342,6 @@ library FundsLib { // protocolFee and sellerRoyalties can be multiplied by effectivePriceMultiplier just at the end protocolFee = (protocolFee * effectivePriceMultiplier) / 10000; - sellerRoyalties = sellerRoyalties; } /**