This commit is contained in:
jl777
2017-02-07 18:24:19 +02:00
parent 0554de3c4b
commit 97561034f6
2 changed files with 2 additions and 2 deletions

View File

@@ -563,7 +563,7 @@ void komodo_block2pubkey33(uint8_t *pubkey33,CBlock& block)
{
int32_t n;
memset(pubkey33,0,33);
if ( block->vtx[0].vout.size() > 0 )
if ( block.vtx[0].vout.size() > 0 )
{
#ifdef KOMODO_ZCASH
uint8_t *ptr = (uint8_t *)block.vtx[0].vout[0].scriptPubKey.data();