|
@ -295,7 +295,7 @@ int32_t basilisk_blocksubmit(struct supernet_info *myinfo,struct iguana_info *bt |
|
|
{ |
|
|
{ |
|
|
valsobj = cJSON_CreateObject(); |
|
|
valsobj = cJSON_CreateObject(); |
|
|
jaddnum(valsobj,"minresults",myinfo->numrelays - 1); |
|
|
jaddnum(valsobj,"minresults",myinfo->numrelays - 1); |
|
|
jaddnum(valsobj,"timeout",10000); |
|
|
jaddnum(valsobj,"timeout",3000); |
|
|
jaddnum(valsobj,"fanout",-1); |
|
|
jaddnum(valsobj,"fanout",-1); |
|
|
jaddstr(valsobj,"symbol",virt->symbol); |
|
|
jaddstr(valsobj,"symbol",virt->symbol); |
|
|
if ( (str2= basilisk_standardservice("BLK",myinfo,hash2,valsobj,blockstr,1)) != 0 ) |
|
|
if ( (str2= basilisk_standardservice("BLK",myinfo,hash2,valsobj,blockstr,1)) != 0 ) |
|
|