From 1ac3f9efae07a97601c80cb5d67448af372766bf Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 13 Dec 2016 10:07:31 +0200 Subject: [PATCH] test --- src/komodo_gateway.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index a329c9609..bc3817077 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -736,7 +736,8 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3 if ( (pax= komodo_paxfind(txid,vout,'W')) != 0 ) { pax->type = opretbuf[0]; - strcpy(pax->symbol,base); + strcpy(pax->source,base); + strcpy(pax->symbol,"KMD"); pax->height = kmdheight; pax->otherheight = height; pax->komodoshis = komodoshis;