mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
doc: Tidy up nMinDiskSpace comment
nMinDiskSpace was removed in commit
04cca33094
Also, remove incorrect doxygen comment.
See https://doxygen.bitcoincore.org/class_c_chain.html#aeb563751f7362d4308c7c2cb35b834a5
This commit is contained in:
@@ -5,9 +5,6 @@
|
||||
|
||||
#include <chain.h>
|
||||
|
||||
/**
|
||||
* CChain implementation
|
||||
*/
|
||||
void CChain::SetTip(CBlockIndex *pindex) {
|
||||
if (pindex == nullptr) {
|
||||
vChain.clear();
|
||||
|
||||
Reference in New Issue
Block a user