This commit is contained in:
jl777
2019-01-21 01:07:50 -11:00
parent 089d211446
commit b516423fed
2 changed files with 6 additions and 7 deletions

View File

@@ -265,7 +265,7 @@ bool MarmaraPoScheck(char *destaddr,CScript opret,CScript scriptPubKey)
Marmarapk = GetUnspendable(cp,0);
GetCCaddress1of2(cp,coinaddr,Marmarapk,pk);
fprintf(stderr,"matched opret! funcid.%c ht.%d unlock.%d %s\n",funcid,height,unlockht,coinaddr);
return(strcmp(destaddr,coinaddr));
return(strcmp(destaddr,coinaddr) == 0);
}
return(0);
}