mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Update comments in chain to be doxygen compatible
This commit is contained in:
parent
b847e0139e
commit
2fdc3351d7
2 changed files with 42 additions and 38 deletions
|
|
@ -7,8 +7,9 @@
|
|||
|
||||
using namespace std;
|
||||
|
||||
// CChain implementation
|
||||
|
||||
/**
|
||||
* CChain implementation
|
||||
*/
|
||||
void CChain::SetTip(CBlockIndex *pindex) {
|
||||
if (pindex == NULL) {
|
||||
vChain.clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue