From 1c0dc39ed4f3aae8081ec6e0ee65ea8afc04ef3b Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 27 Jun 2016 22:41:33 -0300 Subject: [PATCH] test --- iguana/iguana_spendvectors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana_spendvectors.c b/iguana/iguana_spendvectors.c index bb80477f9..734a270a8 100755 --- a/iguana/iguana_spendvectors.c +++ b/iguana/iguana_spendvectors.c @@ -1102,7 +1102,7 @@ int32_t iguana_bundlevalidate(struct iguana_info *coin,struct iguana_bundle *bp, bp->validated = (uint32_t)time(NULL); printf("VALIDATED.[%d] ht.%d duration.%d errs.%d total.%lld %u | total errs.%d validated.%d %llx\n",bp->hdrsi,bp->bundleheight,bp->validated - now,errs,(long long)total,bp->validated,totalerrs,totalvalidated,(long long)validatehash.txid); if ( bp == coin->current ) - coin->RTdatabad = 1; + coin->RTdatabad = -1; } if ( errs == 0 && fp == 0 ) {