This commit is contained in:
jl777
2016-10-26 08:26:46 -03:00
parent 654330ab99
commit 5f25c0091d

View File

@@ -60,7 +60,7 @@ void komodo_gateway_tx(int32_t height,int32_t txi,char *txidstr,uint32_t port)
if ( isspecial != 0 && len <= sizeof(script) )
{
decode_hex(script,len,hexstr);
komodo_gateway_voutupdate(height,txi,vout,value,script,len);
komodo_gateway_voutupdate(height,txi,vout,n,value,script,len);
}
}
}