Browse Source

Test

pull/4/head
jl777 6 years ago
parent
commit
4188bbb680
  1. 2
      src/komodo_bitcoind.h

2
src/komodo_bitcoind.h

@ -753,7 +753,7 @@ void komodo_index2pubkey33(uint8_t *pubkey33,CBlockIndex *pindex,int32_t height)
}
}
} else pindex->notaryid = -1;
} fprintf(stderr,"error loading block.%d\n",pindex->nHeight);
} fprintf(stderr,"error loading height.%d block.%d notaryid.%d\n",height,pindex->nHeight,pindex->notaryid);
}
else
{

Loading…
Cancel
Save