This commit is contained in:
jl777
2019-01-12 01:45:57 -11:00
parent 9a46e8a577
commit 8b43e64129

View File

@@ -122,7 +122,7 @@ CScript Marmara_scriptPubKey(int32_t height,CPubKey pk)
CScript MarmaraCoinbaseOpret(int32_t height,CPubKey pk)
{
uint8_t *ptr; CPubKey pk;
uint8_t *ptr;
if ( height > 0 && (height & 1) == 0 && pk.size() == 33 )
return(EncodeMarmaraCoinbaseOpRet(pk,height));
return(CScript());