mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
minor cleanup: include orders, end comments etc.
- no code changes
This commit is contained in:
parent
8d2396c9c4
commit
771d500283
9 changed files with 25 additions and 24 deletions
|
|
@ -474,7 +474,7 @@ struct CompareBlocksByHeight
|
|||
bool operator()(const CBlockIndex* a, const CBlockIndex* b) const
|
||||
{
|
||||
/* Make sure that unequal blocks with the same height do not compare
|
||||
equal. Use the pointers themselves to make a distinction. */
|
||||
equal. Use the pointers themselves to make a distinction. */
|
||||
|
||||
if (a->nHeight != b->nHeight)
|
||||
return (a->nHeight > b->nHeight);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue