circlefin/stablecoin-evm

document why functions return true

Closed this issue · 1 comments

Several functions (configureController and removeController in Controller, and setMinterManager in MintController) return hardcoded boolean values. Consider documenting this if it arises from the need of conforming to an interface.

Addressed in #275 (hardcoded return values removed.)