mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-11 06:34:31 +00:00
dad596fc37
This makes NodeConnCB a subclass of NodeConn, and removes the need for the client code to know anything about the implementation details of NodeConnCB. NodeConn can now be swapped out for any other implementation of a low-level connection without changing client code.