From 5f25c0091dd89500b1e3dbcb5d43a7666eb8b71b Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 26 Oct 2016 08:26:46 -0300 Subject: [PATCH] test --- src/komodo_gateway.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index 2766be57f..823bfcdb3 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -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); } } }