This commit is contained in:
jl777
2019-01-20 23:50:32 -11:00
parent 6b3ce154c0
commit fe139f3363
2 changed files with 2 additions and 1 deletions

View File

@@ -651,6 +651,7 @@ int32_t komodo_isPoS(CBlock *pblock,int32_t height)
if ( ExtractDestination(pblock->vtx[n-1].vout[0].scriptPubKey,voutaddress) )
{
strcpy(voutaddr,CBitcoinAddress(voutaddress).ToString().c_str());
fprintf(stderr,"voutaddr.%s vs destaddr.%s\n",voutaddr,destaddr);
if ( pblock->vtx[n-1].vout[0].nValue == value && strcmp(destaddr,voutaddr) == 0 )
{
if ( ASSETCHAINS_MARMARA == 0 )