re-al-Foundation / rwa-contracts

0 stars 0 forks source link

[CCM-03C] Literal Repetition #74

Closed chasebrownn closed 5 months ago

chasebrownn commented 5 months ago

CCM-03C: Literal Repetition

Type Severity Location
Code Style CrossChainMigrator.sol:L43

Description:

The referenced value is represented by VotingMath::MAX_VESTING_DURATION.

Example:

uint256 private constant MAX_DURATION = 36 * (30 days);

Recommendation:

We advise the value to be imported accordingly ensuring that the system remains in sync when updated.

chasebrownn commented 5 months ago

Resolved