final rebranding to NYC3

This commit is contained in:
barrystyle
2019-06-06 01:36:37 +08:00
parent 80c2180cec
commit 14c5e6c59a
192 changed files with 935 additions and 937 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ class P2PConnection(asyncio.Protocol):
if not self._transport:
return
# Python <3.4.4 does not have is_closing, so we have to check for
# its existence explicitly as long as Bitcoin Core supports all
# its existence explicitly as long as NYC3 supports all
# Python 3.4 versions.
if hasattr(self._transport, 'is_closing') and self._transport.is_closing():
return