mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
Update comments in chain to be doxygen compatible
This commit is contained in:
@@ -7,8 +7,9 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
// CChain implementation
|
||||
|
||||
/**
|
||||
* CChain implementation
|
||||
*/
|
||||
void CChain::SetTip(CBlockIndex *pindex) {
|
||||
if (pindex == NULL) {
|
||||
vChain.clear();
|
||||
|
||||
Reference in New Issue
Block a user