jl777
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
iguana/exchanges/LP_signatures.c
|
|
@ -611,7 +611,7 @@ char *LP_notify_recv(cJSON *argjson) |
|
|
|
LP_pubkey_sigcheck(pubp,argjson); |
|
|
|
if ( (ipaddr= jstr(argjson,"isLP")) != 0 ) |
|
|
|
{ |
|
|
|
printf("notify got isLP %s %d\n",ipaddr,jint(argjson,"ismine")); |
|
|
|
//printf("notify got isLP %s %d\n",ipaddr,jint(argjson,"ismine"));
|
|
|
|
LP_peer_recv(ipaddr,jint(argjson,"ismine")); |
|
|
|
if ( IAMLP != 0 && G.LP_IAMLP == 0 && strcmp(ipaddr,LP_myipaddr) == 0 ) |
|
|
|
{ |
|
|
|