From 39863e30f151bc77557cc96fc51f27f92c9f488b Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 3 Dec 2016 15:01:51 -0300 Subject: [PATCH] test --- src/komodo_gateway.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index b6c2f7132..c20edc217 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -638,13 +638,15 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3 { basesp->issued += pax->fiatoshis; pax->didstats = 1; + pax->height = pax2->height; + pax->otherheight = height; if ( strcmp(CURRENCIES[baseids[i]],ASSETCHAINS_SYMBOL) == 0 ) printf("########### %p issuedb %s += %.8f kmdheight.%d %.8f other.%d\n",basesp,CURRENCIES[baseids[i]],dstr(pax->fiatoshis),pax->height,dstr(pax->komodoshis),pax->otherheight); } } } + komodo_paxmark(pax->height,txids[i],vouts[i],'D',height); } - komodo_paxmark(height,txids[i],vouts[i],'D',height); } } else printf("opreturn none issued?\n"); }