Browse Source

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

This reverts commit 4b8ae26232.
z_createrawtransaction
Jonathan "Duke" Leto 5 years ago
parent
commit
cc6b990bdb
  1. 2
      src/chain.h

2
src/chain.h

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

Loading…
Cancel
Save