Revert "Attempt to fix coredump found by TheTrunk/Shossain"

This reverts commit 4b8ae26232.
This commit is contained in:
Jonathan "Duke" Leto
2019-04-21 06:50:38 -07:00
parent d302140b54
commit cc6b990bdb

View File

@@ -361,7 +361,7 @@ public:
inline int32_t GetHeight() const
{
return this->chainPower ? this->chainPower.nHeight : 0;
return this->chainPower.nHeight;
}
CDiskBlockPos GetBlockPos() const {