mirror of
https://github.com/monero-project/monero.git
synced 2025-08-02 16:26:17 -04:00
blockchain_db: pass hard fork object as a simple pointer
This commit is contained in:
parent
a333c42cde
commit
8649b9f1ef
2 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ uint64_t BlockchainDB::add_block( const block& blk
|
|||
return prev_height;
|
||||
}
|
||||
|
||||
void BlockchainDB::set_hard_fork(HardFork*& hf)
|
||||
void BlockchainDB::set_hard_fork(HardFork* hf)
|
||||
{
|
||||
m_hardfork = hf;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue