mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-01 21:17:13 +00:00
By replacing MessageSerializer with an abstract class, methods which should just call other methods in the same class are now fixed, and subclasses only have to override a single abstract method instead of multiple.