From d50e6f6308dc45b39b16c548473ae94ae6c8e7e0 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 26 Oct 2016 08:27:42 -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 823bfcdb3..d28cc1398 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -20,7 +20,7 @@ void komodo_gateway_voutupdate(int32_t height,int32_t txi,int32_t vout,int32_t numvouts,uint64_t value,uint8_t *script,int32_t len) { - char *typestr = "unknown"; + const char *typestr = "unknown"; if ( script[0] == 0x6a ) { if ( len >= 32*2+4 && strcmp((char *)&script[2+32*2+4],"KMD") == 0 )