Omniscia rain protocol Audit
RainVM Code Style Findings
RainVM Code Style Findings
RVM-01C: Documentation Typo
Type | Severity | Location |
---|---|---|
Code Style | RainVM.sol:L79 |
Description:
The linked line of the RainVM
documentation contains a typo in the word remotes
.
Example:
contracts/vm/RainVM.sol
79/// Removing all writes remotes a lot of potential foot-guns for rain script
Recommendation:
We advise it to be corrected to removes
.
Alleviation:
The documentation typo was properly corrected.