Skip to content

Commit

Permalink
Remove self-assignment (#880)
Browse files Browse the repository at this point in the history
Co-authored-by: Ludovic Levalleux <levalleux_ludo@hotmail.com>
  • Loading branch information
zajck and levalleux-ludo committed Jan 9, 2024
1 parent 06209b1 commit 7ba6106
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/protocol/libs/FundsLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ library FundsLib {

// protocolFee and sellerRoyalties can be multiplied by effectivePriceMultiplier just at the end
protocolFee = (protocolFee * effectivePriceMultiplier) / 10000;
sellerRoyalties = sellerRoyalties;
}

/**
Expand Down

0 comments on commit 7ba6106

Please sign in to comment.