-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating from PR #13
Updating from PR #13
Conversation
@@ -119,28 +119,34 @@ contract LM_ManualExternalPriceSetter_v1 is | |||
// ------------------------------------------------------------------------- | |||
// External Functions | |||
|
|||
/// @notice Internal function to set the issuance price | |||
/// @param price_ The price to set | |||
function _setIssuancePrice(uint price_) internal { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these two functions seem to be under // External Functions
@@ -578,7 +578,7 @@ contract FM_PC_ExternalPrice_Redeeming_v1 is | |||
|
|||
// Create and emit the order. | |||
_createAndEmitOrder( | |||
_receiver, _depositAmount, collateralRedeemAmount, issuanceFeeAmount | |||
_receiver, _depositAmount, collateralRedeemAmount, projectFeeAmount |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what was the reason for this change? just curious
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was from the audit check here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we can delete the file if we don't need it anymore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we can delete the file if we don't need it anymore
PR: Refactor FM_PC_ExternalPrice_Redeeming_v1
Changes:
Testing: