From 3a48f81a308dece1c8c3d8c7a05a7a4830a4f25b Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 5 Nov 2017 16:58:04 +0200 Subject: [PATCH] Test --- src/komodo_gateway.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index 07187c41c..b69857141 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -1048,7 +1048,7 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3 komodo_kvupdate(opretbuf,opretlen,value); return("kv"); } - else if ( KOMODO_PAX == 0 ) + else if ( ASSETCHAINS_SYMBOL[0] == 0 && KOMODO_PAX == 0 ) return("nopax"); if ( opretbuf[0] == 'D' ) { @@ -1566,7 +1566,7 @@ int32_t komodo_faststateinit(struct komodo_state *sp,char *fname,char *symbol,ch strcat(indfname,".ind"); if ( (filedata= OS_fileptr(&datalen,fname)) != 0 ) { - if ( datalen >= (1LL << 32) || GetArg("-genind",0) != 0 || (validated= komodo_stateind_validate(0,indfname,filedata,datalen,&prevpos100,&indcounter,symbol,dest)) < 0 ) + if ( 1 )//datalen >= (1LL << 32) || GetArg("-genind",0) != 0 || (validated= komodo_stateind_validate(0,indfname,filedata,datalen,&prevpos100,&indcounter,symbol,dest)) < 0 ) { lastfpos = fpos = 0; indcounter = prevpos100 = 0;