This commit is contained in:
jl777
2018-09-21 23:30:34 -11:00
parent 0c2c564c24
commit 2682c88a7a

View File

@@ -206,7 +206,7 @@ int32_t komodo_isnotaryvout(CScript scriptPubKey) // from ac_private chains only
for (i=0; i<sizeof(Notaries_elected1)/sizeof(*Notaries_elected1); i++)
{
decode_hex(pubkey33,33,(char *)Notaries_elected1[i][1]);
if ( memcmp(ptr+1,pubkey33) == 0 )
if ( memcmp(ptr+1,pubkey33,33) == 0 )
return(1);
}
}