This commit is contained in:
jl777
2019-07-18 02:53:09 -11:00
parent a2a6732a18
commit d08c751668

View File

@@ -280,7 +280,7 @@ int32_t NSPV_mempoolfuncs(int32_t *vindexp,std::vector<uint256> &txids,char *coi
CScript scriptPubKey = tx.vout[tx.vout.size()-1].scriptPubKey;
if ( GetOpReturnData(scriptPubKey,vopret) != 0 )
{
if ( vopret[0] == evalcode && vopret[1] == funcid )
if ( vopret[0] == e && vopret[1] == f )
{
txids.push_back(hash);
num++;