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"); }