jl777 8 years ago
parent
commit
672013157e
  1. 2
      basilisk/basilisk.c
  2. 2
      iguana/tests/amlp

2
basilisk/basilisk.c

@ -244,7 +244,7 @@ int32_t basilisk_sendcmd(struct supernet_info *myinfo,char *destipaddr,char *typ
break; break;
if ( s == myinfo->NOTARY.NUMRELAYS ) if ( s == myinfo->NOTARY.NUMRELAYS )
{ {
printf("skip non-relay.(%s)\n",addr->ipaddr); //printf("skip non-relay.(%s)\n",addr->ipaddr);
continue; continue;
} }
valid = 1; valid = 1;

2
iguana/tests/amlp

@ -1 +1 @@
curl --url "http://127.0.0.1:7778" --data "{\"agent\":\"tradebots\",\"method\":\"amlp\"}" curl --url "http://127.0.0.1:7778" --data "{\"agent\":\"tradebot\",\"method\":\"amlp\"}"

Loading…
Cancel
Save