Skip to content

Commit

Permalink
ON-787: fix diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Apr 9, 2024
1 parent 3d09d93 commit e8b962d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/libraries/LibOriumSftMarketplace.sol
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ library LibOriumSftMarketplace {
);
}

/**
/**
* @dev All values needs to be in wei.
* @param _amount The amount to calculate the percentage from.
* @param _percentage The percentage to calculate.
Expand Down Expand Up @@ -197,7 +197,7 @@ library LibOriumSftMarketplace {
}
}

/**
/**
* @notice batchRevokeRole revokes role in a single transaction.
* @dev only the grantor and grantee can call this function. Be careful as the marketplace have approvals from other users.
* @param _commitmentIds The array of commitmentIds
Expand Down

0 comments on commit e8b962d

Please sign in to comment.