Omniscia rain protocol Audit
Trust Code Style Findings
Trust Code Style Findings
TRU-01C: Error Message Typo
Type | Severity | Location |
---|---|---|
Code Style | Trust.sol:L512 |
Description:
The linked error message contains a typo.
Example:
contracts/trust/Trust.sol
510require(511 config_.initialValuation >= config_.finalValuation,512 "MIN_INITIAL_VALUTION"513);
Recommendation:
We advise the spelling of valuation
to be corrected.
Alleviation:
The error message has been properly corrected.