This commit is contained in:
jl777
2016-12-03 10:57:26 -03:00
parent 36b8ed99c8
commit 88dff0d3e2

View File

@@ -562,7 +562,9 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3
}
if ( (pax= komodo_paxfind(txid,vout,'D')) != 0 )
{
pax->validated = kmdheight;
pax->height = pax->validated = kmdheight;
pax->komodoshis = value;
pax->fiatoshis = fiatoshis;
if ( didstats == 0 && pax->didstats == 0 )
{
if ( (basesp= komodo_stateptrget(base)) != 0 )