Browse Source

+DROP

pass-iguana-arg
jl777 7 years ago
parent
commit
4b3e8966c9
  1. 3
      iguana/exchanges/LP_privkey.c
  2. 2
      iguana/exchanges/coins

3
iguana/exchanges/LP_privkey.c

@ -530,6 +530,8 @@ void verusblocks(struct iguana_info *coin,char *coinaddr)
}
}
if ( num > 0 )
{
if ( 0 )
{
for (i=0; i<sizeof(histo)/sizeof(*histo); i++)
if ( histo[i] != 0 )
@ -539,6 +541,7 @@ void verusblocks(struct iguana_info *coin,char *coinaddr)
if ( myhisto[i] != 0 )
printf("%d %.8f, ",i*1000,myhisto[i]);
printf("mytimelocked\n");
}
printf("num.%d PoW %.2f%% %.8f %d v %d PoS %.2f%% %.8f -> %.8f supply %.8f PoW %.1f%% PoS %.1f%% both %.1f%% RTu3sum %.8f %.1f%%\n",num,100.*(double)numpow/num,powsum,npow,npos,100.*(double)numpos/num,possum,powsum+possum,supply,100.*powsum/supply,100.*possum/supply,100.*(powsum+possum)/supply,RTu3sum,100.*RTu3sum/supply);
}
}

2
iguana/exchanges/coins

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save