|
|
@ -450,7 +450,8 @@ char *iguana_rawtxissue(struct supernet_info *myinfo,struct iguana_info *coin,cJ |
|
|
|
{ |
|
|
|
if ( (addr= coin->peers.ranked[i]) != 0 && addr->supernet != 0 && addr->usock >= 0 ) |
|
|
|
{ |
|
|
|
jdelete(reqjson,"destip"); |
|
|
|
if ( jobj(reqjson,"destip") != 0 ) |
|
|
|
jdelete(reqjson,"destip"); |
|
|
|
jaddstr(reqjson,"destip",addr->ipaddr); |
|
|
|
iguana_send_supernet(coin,addr,jprint(reqjson,0),delay); |
|
|
|
} |
|
|
|