Skip to content

Commit

Permalink
Update contracts/OriumMarketplace.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Ernani São Thiago <[email protected]>
  • Loading branch information
karacurt and ernanirst authored Sep 15, 2023
1 parent 8d5fd21 commit 936cf64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/OriumMarketplace.sol
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ contract OriumMarketplace is Initializable, OwnableUpgradeable, PausableUpgradea

/**
* @notice Sets the marketplace fee for a collection.
* @dev If the fee is 0, the default fee will be used.
* @dev If no fee is set, the default fee will be used.
* @param _tokenAddress The address of the collection.
* @param _feeInfo The fee info. Contains the fee percentage in wei and if the fee is custom.
*/
Expand Down

0 comments on commit 936cf64

Please sign in to comment.