From 47837c8c5c93136b0975742720ff823a70e6d456 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 20 Nov 2016 14:14:56 -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 0969bf1cc..626fdd7f8 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -230,7 +230,7 @@ int32_t komodo_gateway_deposits(CMutableTransaction *txNew,char *base,int32_t to int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above block is valid pax pricing { - int32_t i,j,n,num,opretlen,offset=1,errs=0,matched=0,kmdheights[64],otherheights[64]; uint256 hash,txids[64]; char symbol[16],base[16]; uint16_t vouts[64]; int8_t baseids[64]; uint8_t *script,opcode; uint64_t values[64]; struct pax_transaction *pax,space; + int32_t i,j,n,num,opretlen,offset=1,errs=0,matched=0,kmdheights[64],otherheights[64]; uint256 hash,txids[64]; char symbol[16],base[16]; uint16_t vouts[64]; int8_t baseids[64]; uint8_t *script,opcode; int64_t values[64]; struct pax_transaction *pax,space; memset(baseids,0xff,sizeof(baseids)); memset(values,0,sizeof(values)); memset(kmdheights,0,sizeof(kmdheights));