From 0a611c1e6745633713d2e8ee54d9cd8201b695f6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 6 Nov 2016 11:39:20 -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 bdad3d0ba..69ee8e381 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -215,7 +215,7 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3 { uint8_t rmd160[20],addrtype,shortflag,pubkey33[33]; int32_t i,j,n,len,tokomodo=0; char base[4],coinaddr[64],destaddr[64]; struct pax_transaction space; uint256 txids[64]; uint16_t vouts[64]; int64_t fiatoshis,checktoshis; const char *typestr = "unknown"; tokomodo = (komodo_is_issuer() == 0); - if ( opretbuf[0] == ((tokomodo == 0) ? 'D' : 'W') ) + if ( opretbuf[0] == 'D' ) { if ( opretlen == 34 ) // any KMD tx {