Browse Source

Test

etomic
jl777 7 years ago
parent
commit
702467d966
  1. 2
      iguana/exchanges/LP_rpc.c
  2. 2
      iguana/exchanges/LP_stats.c

2
iguana/exchanges/LP_rpc.c

@ -1031,7 +1031,7 @@ int32_t LP_txhasnotarization(bits256 *notarizedhashp,struct iguana_info *coin,bi
{
len >>= 1;
decode_hex(script,len,hexstr);
iguana_rwbignum(0,&script[3],32,(uint8_t *)notarizedhashp);
iguana_rwbignum(0,&script[4],32,(uint8_t *)notarizedhashp);
}
}
free_json(txobj);

2
iguana/exchanges/LP_stats.c

@ -70,7 +70,7 @@ char *LP_dPoW_recv(cJSON *argjson)
coin->notarized = notarized;
coin->notarizedhash = notarizedhash;
coin->notarizationtxid = notarizationtxid;
printf("VALIDATED\n");
printf("VALIDATED dPoW %s\n",jprint(argjson,0));
}
}
return(clonestr("{\"result\":\"success\"}"));

Loading…
Cancel
Save