add reject message handler

This commit is contained in:
Matias Alejo Garcia 2014-02-18 04:48:48 -03:00
parent b3ad87af41
commit b308609ae6
1 changed files with 1 additions and 0 deletions

View File

@ -526,6 +526,7 @@ function spec(b) {
case 'getaddr':
case 'verack':
case 'reject':
// Empty message, nothing to parse
break;