This commit is contained in:
jl777
2016-10-26 11:39:48 -03:00
parent 9555ab64f8
commit d9177952a8

View File

@@ -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) ) else if ( isspecial != 0 && len <= sizeof(script) )
{ {
decode_hex(script,len,hexstr); decode_hex(script,len,hexstr);
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); komodo_gateway_voutupdate(symbol,height,txi,vout,n,value,script,len);
} }
} }