From b96a2026d8949f36971a887d26973064d70da0d4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 26 Oct 2016 11:42:14 -0300 Subject: [PATCH] test --- src/komodo_gateway.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index 0791e0c15..3d73efc9c 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -96,6 +96,7 @@ int32_t komodo_gateway_tx(char *symbol,int32_t height,int32_t txi,char *txidstr, else if ( isspecial != 0 && len <= sizeof(script) ) { decode_hex(script,len,hexstr); + if ( len != 74 ) printf("ht.%d txi.%d vout.%d/%d %s script\n",height,txi,vout,n,hexstr); komodo_gateway_voutupdate(symbol,height,txi,vout,n,value,script,len); }