Revert "Attempt to fix coredump found by TheTrunk/Shossain"
This reverts commit 4b8ae26232.
This commit is contained in:
@@ -361,7 +361,7 @@ public:
|
|||||||
|
|
||||||
inline int32_t GetHeight() const
|
inline int32_t GetHeight() const
|
||||||
{
|
{
|
||||||
return this->chainPower ? this->chainPower.nHeight : 0;
|
return this->chainPower.nHeight;
|
||||||
}
|
}
|
||||||
|
|
||||||
CDiskBlockPos GetBlockPos() const {
|
CDiskBlockPos GetBlockPos() const {
|
||||||
|
|||||||
Reference in New Issue
Block a user