Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
30d00489ab
  1. 2
      iguana/main.c

2
iguana/main.c

@ -1032,7 +1032,7 @@ void iguana_main(void *arg)
{ {
int32_t usessl = 0, ismainnet = 1; int32_t usessl = 0, ismainnet = 1;
struct supernet_info *myinfo; char *tmpstr,*helperargs,*coinargs,helperstr[512]; int32_t i; struct supernet_info *myinfo; char *tmpstr,*helperargs,*coinargs,helperstr[512]; int32_t i;
issue_startForging(0,"secret"); issue_startForging("http://127.0.0.1:7876","secret");
mycalloc(0,0,0); mycalloc(0,0,0);
myinfo = SuperNET_MYINFO(0); myinfo = SuperNET_MYINFO(0);

Loading…
Cancel
Save