Skip to content

Commit

Permalink
get_block_long_hash was renamed in core
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed Feb 9, 2022
1 parent d615185 commit 095dd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CryptoNoteWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ class InprocessNode : public CryptoNote::INodeObserver, public Node {
}

bool getBlockLongHash(Crypto::cn_context &context, const CryptoNote::Block& block, Crypto::Hash& res) override {
return m_core.get_block_long_hash(context, block, res);
return m_core.getBlockLongHash(context, block, res);
}

uint64_t getAlreadyGeneratedCoins() override {
Expand Down

0 comments on commit 095dd5f

Please sign in to comment.