Browse Source

Test

etomic
jl777 7 years ago
parent
commit
043e9f93d2
  1. 2
      iguana/exchanges/LP_nativeDEX.c

2
iguana/exchanges/LP_nativeDEX.c

@ -229,7 +229,7 @@ char *LP_process_message(void *ctx,char *typestr,char *myipaddr,int32_t pubsock,
}
else
{
printf("packet not for this node\n");
printf("packet not for this node %u\n",crc32);
}
} else printf("error (%s) method is %s\n",jsonstr,method);
}

Loading…
Cancel
Save