Fix compile issue
This commit is contained in:
@@ -515,7 +515,7 @@ public:
|
||||
if(phashBlock == NULL) {
|
||||
auto header = this->GetBlockHeader();
|
||||
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().c_str() );
|
||||
// assert(phashBlock);
|
||||
return blockhash;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user