|
@ -433,7 +433,7 @@ int32_t iguana_msgparser(struct iguana_info *coin,struct iguana_peer *addr,struc |
|
|
strcpy(addr->lastcommand,H->command); |
|
|
strcpy(addr->lastcommand,H->command); |
|
|
} |
|
|
} |
|
|
retval = 0; |
|
|
retval = 0; |
|
|
printf("%s parse.(%s)\n",addr->ipaddr,H->command); |
|
|
//printf("%s parse.(%s)\n",addr->ipaddr,H->command);
|
|
|
if ( strcmp(H->command,"SuperNET") == 0 ) |
|
|
if ( strcmp(H->command,"SuperNET") == 0 ) |
|
|
{ |
|
|
{ |
|
|
addr->supernet = 1; |
|
|
addr->supernet = 1; |
|
|