Return line missing

Even if sanity check failes, data processing continues.
This commit is contained in:
SafetyKeeper 2017-03-28 13:59:49 +00:00 committed by GitHub
parent b304872b68
commit 647e6627fa

View File

@ -438,6 +438,7 @@ def _checkAndShareGetpubkeyWithPeers(data):
return
if len(data) > 200:
logger.info('getpubkey is abnormally long. Sanity check failed. Ignoring object.')
return
embeddedTime, = unpack('>Q', data[8:16])
readPosition = 20 # bypass the nonce, time, and object type
requestedAddressVersionNumber, addressVersionLength = decodeVarint(