Skip to content

Commit

Permalink
Remove self-assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
zajck committed Jan 8, 2024
1 parent b29767e commit 499b5b8
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 499b5b8

Please sign in to comment.