File: �cbu_minting/src/lib.rs, lines 971-976
Severity: MEDIUM
�dmin.require_auth() already proves caller IS the stored admin. Then check_is_admin is guaranteed to return true. Redundant storage read wastes gas. Error UnauthorizedOperator is semantically wrong.
File: �cbu_minting/src/lib.rs, lines 971-976
Severity: MEDIUM
�dmin.require_auth() already proves caller IS the stored admin. Then check_is_admin is guaranteed to return true. Redundant storage read wastes gas. Error UnauthorizedOperator is semantically wrong.