test
This commit is contained in:
@@ -562,6 +562,7 @@ void komodo_index2pubkey33(uint8_t *pubkey33,CBlockIndex *pindex,int32_t height)
|
||||
memset(pubkey33,0,33);
|
||||
if ( pindex != 0 )
|
||||
{
|
||||
printf("call readblock\n");
|
||||
if ( ReadBlockFromDisk(block,(const CBlockIndex *)pindex) != 0 )
|
||||
{
|
||||
printf("from index2pubkey33\n");
|
||||
|
||||
Reference in New Issue
Block a user