We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32f7ee commit a7a828fCopy full SHA for a7a828f
src/test/mocks/MockUSTBSubscriptionRedemption.sol
@@ -49,7 +49,7 @@ contract MockUSTBSubscription {
49
}
50
51
/**
52
- * @notice Set the price of USTB, amount of USDC for 1 USTB. Accounts for decimal mismatch.
+ * @notice Set the price of USTB, amount of USDC for 1 USTB. USTB/USDC both have 6 decimals.
53
* @param newPrice The new price of USTB
54
*/
55
function setUSTBPrice(uint256 newPrice) public {
0 commit comments