Fx
This commit is contained in:
@@ -122,7 +122,7 @@ CScript Marmara_scriptPubKey(int32_t height,CPubKey pk)
|
|||||||
|
|
||||||
CScript MarmaraCoinbaseOpret(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 )
|
if ( height > 0 && (height & 1) == 0 && pk.size() == 33 )
|
||||||
return(EncodeMarmaraCoinbaseOpRet(pk,height));
|
return(EncodeMarmaraCoinbaseOpRet(pk,height));
|
||||||
return(CScript());
|
return(CScript());
|
||||||
|
|||||||
Reference in New Issue
Block a user