From d95563bec0d41c81ac497677426ccac3fe9c53f2 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 8 Nov 2016 11:54:29 -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 7aebb0463..924c61f76 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -20,7 +20,7 @@ struct pax_transaction UT_hash_handle hh; uint256 txid; uint64_t komodoshis,fiatoshis; - int32_t marked,kmdheight; + int32_t marked,height,otherheight; uint16_t vout; char symbol[16],coinaddr[64]; uint8_t rmd160[20],shortflag; } *PAX;