From c1bc18049c47489618990d091f3ffca782a62c67 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 26 Nov 2016 12:03:42 -0300 Subject: [PATCH] test --- src/komodo_gateway.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index d385996a6..035d766a0 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -647,7 +647,7 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3 if ( didstats != 0 && (pax= komodo_paxfind(txids[i],vouts[i])) != 0 ) pax->didstats = 1; } - } + } else printf("opreturn none issued?\n"); } } else if ( opretbuf[0] == 'X' ) @@ -701,6 +701,8 @@ void komodo_passport_iteration() sp = 0; isrealtime = 0; base = (char *)CURRENCIES[baseid]; +if ( strcmp("EUR",base) != 0 && baseid < 32 ) + continue; if ( baseid+1 != refid ) { komodo_statefname(fname,baseid<32?base:(char *)"",(char *)"komodostate");