Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jl777 committed May 21, 2015
1 parent cb46316 commit f5a3cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libjl777/plugins/ramchain/ledger777.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ uint32_t ledger_setlast(struct ledger_inds *L,struct ledger_info *ledger,uint32_
for (i=0; i<n; i++)
printf("%08x ",*(int *)L->hashes[i]);
printf(" blocknum.%u txids.%d addrs.%d scripts.%d unspents.%d supply %.8f | ",ledger->blocknum,ledger->txids.ind,ledger->addrs.ind,ledger->scripts.ind,ledger->unspentmap.ind,dstr(ledger->voutsum)-dstr(ledger->spendsum));
printf(" %08x\n",ledgerhash);
printf(" %08x\n",_crc32(0,(void *)L,sizeof(*L)));
}
if ( numsyncs >= 0 )
{
Expand Down

0 comments on commit f5a3cdb

Please sign in to comment.