.
This commit is contained in:
@@ -515,7 +515,7 @@ public:
|
|||||||
if(phashBlock == NULL) {
|
if(phashBlock == NULL) {
|
||||||
auto header = this->GetBlockHeader();
|
auto header = this->GetBlockHeader();
|
||||||
auto blockhash = header.GetHash();
|
auto blockhash = header.GetHash();
|
||||||
fprintf(stderr, "GetBlockHash: phashBlock NULL at height %d, returning blockhash=%s instead\n", this->GetHeight(), blockhash->ToString() );
|
fprintf(stderr, "GetBlockHash: phashBlock NULL at height %d, returning blockhash=%s instead\n", this->GetHeight(), blockhash.ToString() );
|
||||||
// assert(phashBlock);
|
// assert(phashBlock);
|
||||||
return blockhash;
|
return blockhash;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user