Omniscia Boson Protocol Audit
BosonConstants Code Style Findings
BosonConstants Code Style Findings
BCS-01C: Generic Typographic Mistakes
Type | Severity | Location |
---|---|---|
Code Style | ![]() | BosonConstants.sol:L54, L59, L80 |
Description:
The referenced lines contain typographical mistakes or generic documentational errors (i.e. copy-paste) that should be corrected.
Example:
contracts/domain/BosonConstants.sol
54string constant INVALID_AMOUNT_DISPUTE_RESOLVER_FEES = "Dispute resolver fees are not present or exceeds maximum dispute resolver fees in a single transaction";
Recommendation:
We advise them to be corrected enhancing the legibility of the codebase.
Alleviation (6dae5d260243cdab934f327402ee044ada337fa9):
All typographic mistakes pointed out in the exhibit as well as numerous others that the Boson Protocol team identified by running a spell-checker across the codebase have been adequately dealt with.