From e0689afaea86a4b7ada4c13545995537cb924c98 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 23 Oct 2016 11:55:39 -0300 Subject: [PATCH] test --- src/komodo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/komodo.h b/src/komodo.h index 85bccd095..0f5c075fc 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -809,6 +809,7 @@ int32_t komodo_opreturn(uint8_t *opret,int32_t maxsize) printf(" coinbase opret[%d] crc32.%u:%u\n",n,crc32,check); } } else printf("t%u too old for %u\n",timestamp,(uint32_t)time(NULL)); + lastcrc = crc32; } else printf("crc32 %u mismatch %u\n",crc32,check); } else printf("fread.%d error != fsize.%d\n",retval,fsize); } else printf("fsize.%d > maxsize.%d or data[%d]\n",fsize,maxsize,(int32_t)sizeof(data));