From aa96c787faac9bf4d53d07b190689ee39e3d6033 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 26 Oct 2016 10:14:16 -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 0754ca55f..72f0d9417 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -38,7 +38,7 @@ const char *komodo_opreturn(int32_t height,uint8_t *opretbuf,int32_t opretlen) void komodo_gateway_voutupdate(char *symbol,int32_t height,int32_t txi,int32_t vout,int32_t numvouts,uint64_t value,uint8_t *script,int32_t len) { - int32_t i,opretlen,offset = 0; const char *typestr; + int32_t i,opretlen,offset = 0; uint256 zero; const char *typestr; typestr = "unknown"; if ( script[offset++] == 0x6a ) {