Skip to content

Commit a7a828f

Browse files
committed
test: update mock comments
1 parent a32f7ee commit a7a828f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/mocks/MockUSTBSubscriptionRedemption.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ contract MockUSTBSubscription {
4949
}
5050

5151
/**
52-
* @notice Set the price of USTB, amount of USDC for 1 USTB. Accounts for decimal mismatch.
52+
* @notice Set the price of USTB, amount of USDC for 1 USTB. USTB/USDC both have 6 decimals.
5353
* @param newPrice The new price of USTB
5454
*/
5555
function setUSTBPrice(uint256 newPrice) public {

0 commit comments

Comments
 (0)