|
|
@ -96,7 +96,7 @@ char *basilisk_addrelay_info(struct supernet_info *myinfo,uint8_t *pubkey33,uint |
|
|
|
if ( pubkey33 != 0 && pubkey33[0] != 0 ) |
|
|
|
memcpy(rp->pubkey33,pubkey33,33); |
|
|
|
basilisk_setmyid(myinfo); |
|
|
|
printf("updated relay[%d] %x vs mine.%x\n",i,ipbits,myinfo->myaddr.myipbits); |
|
|
|
//printf("updated relay[%d] %x vs mine.%x\n",i,ipbits,myinfo->myaddr.myipbits);
|
|
|
|
return(clonestr("{\"error\":\"relay already there\"}")); |
|
|
|
} |
|
|
|
} |
|
|
|