Page MenuHomePhabricator

Make all class type conversions explicit
Open, Needs TriagePublic

Description

Currently, the Bitcoin-ABC codebase has many implicit type conversions. For example, CMutableTransaction implicitly converts to a CTransaction. This task represents a parent task for all such individual clean up tasks.