test
This commit is contained in:
@@ -638,13 +638,15 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3
|
|||||||
{
|
{
|
||||||
basesp->issued += pax->fiatoshis;
|
basesp->issued += pax->fiatoshis;
|
||||||
pax->didstats = 1;
|
pax->didstats = 1;
|
||||||
|
pax->height = pax2->height;
|
||||||
|
pax->otherheight = height;
|
||||||
if ( strcmp(CURRENCIES[baseids[i]],ASSETCHAINS_SYMBOL) == 0 )
|
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);
|
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");
|
} else printf("opreturn none issued?\n");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user