Based on conversation in #13462, it seems the serialization GetType
has very narrow use/effect. In every case except for CAddress
, which specifically relates to a network peer’s address, not a wallet address etc., the serialized representation of an object is irrespective of its destination / type.
This removes the unused GetType
method from CSizeComputer
as a step to further narrowing that use.