test
This commit is contained in:
@@ -162,9 +162,9 @@ void komodo_index2pubkey33(uint8_t *pubkey33,CBlockIndex *pindex,int32_t height)
|
|||||||
memset(pubkey33,0,33);
|
memset(pubkey33,0,33);
|
||||||
if ( pindex != 0 )
|
if ( pindex != 0 )
|
||||||
{
|
{
|
||||||
if ( ReadBlockFromDisk(block,(const CBlockIndex *)pindex,
|
if ( ReadBlockFromDisk(block,(const CBlockIndex *)pindex
|
||||||
#ifndef KOMODO_ZCASH
|
#ifndef KOMODO_ZCASH
|
||||||
Params().GetConsensus()
|
,Params().GetConsensus()
|
||||||
#endif
|
#endif
|
||||||
) != 0 )
|
) != 0 )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user