aboutsummaryrefslogtreecommitdiff
path: root/src/auxpow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/auxpow.h')
-rw-r--r--src/auxpow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auxpow.h b/src/auxpow.h
index 26cc05f98..dda550a01 100644
--- a/src/auxpow.h
+++ b/src/auxpow.h
@@ -154,9 +154,9 @@ public:
* @return The parent block hash.
*/
inline uint256
- getParentBlockHash() const
+ getParentBlockPoWHash() const
{
- return parentBlock.GetHash();
+ return parentBlock.GetPoWHash();
}
/**