Skip to content

Commit

Permalink
Update SamWitchOrderBook.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
doublesharp committed Jan 23, 2024
1 parent bc3102b commit 47c230b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/SamWitchOrderBook.sol
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ contract SamWitchOrderBook is ISamWitchOrderBook, ERC1155Holder, UUPSUpgradeable
/// @param _nft Address of the nft
/// @param _token The quote token
/// @param _devAddr The address to receive trade fees
/// @param _devFee The fee to send to the dev address (max 2.55%)
/// @param _devFee The fee to send to the dev address (max 10%)
/// @param _burntFee The fee to burn (max 2.55%)
/// @param _maxOrdersPerPrice The maximum number of orders allowed at each price level
function initialize(
Expand Down

0 comments on commit 47c230b

Please sign in to comment.