Final step in #11518
NodeConn -> P2PConnection NodeConnCB -> P2PInterface
This is basically just a rename. Should be an easy review.
NodeConn -> P2PConnection
NodeConnCB -> P2PInterface
After merging the only mention of NodeConn or NodeConnCB I could find was in the 0.15 release notes.
Compiled and ran the testsuite.
ACK 873beca
utACK 873beca6deda119077f53921f0d19c3ebfc7cc44
17 | @@ -18,10 +18,11 @@ 18 | from test_framework.mininode import ( 19 | CInv, 20 | NetworkThread, 21 | - NodeConnCB, 22 | + P2PInterface, 23 | mininode_lock, 24 | msg_block, 25 | msg_getdata, 26 | + NODE_NETWORK,
style-nit: Unused import
utACK 873beca6deda119077f53921f0d19c3ebfc7cc44