aboutsummaryrefslogtreecommitdiff
path: root/src/rpcblockchain.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-11-20 14:27:26 +0100
committerWladimir J. van der Laan <[email protected]>2014-11-20 14:40:42 +0100
commitcf9c4887f176634c9f39305ad70657d9fff3962d (patch)
tree01ce0aeb873619515652558680ea97632c466ac9 /src/rpcblockchain.cpp
parentMerge pull request #5320 (diff)
parentUpdate comments in src/rpc* to be doxygen compatible (diff)
downloaddiscoin-cf9c4887f176634c9f39305ad70657d9fff3962d.tar.xz
discoin-cf9c4887f176634c9f39305ad70657d9fff3962d.zip
Merge pull request #5324
72fb3d2 Update comments in src/rpc* to be doxygen compatible (Michael Ford)
Diffstat (limited to 'src/rpcblockchain.cpp')
-rw-r--r--src/rpcblockchain.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp
index a7cd63bd9..7919fb1a0 100644
--- a/src/rpcblockchain.cpp
+++ b/src/rpcblockchain.cpp
@@ -1,6 +1,6 @@
// Copyright (c) 2010 Satoshi Nakamoto
-// Copyright (c) 2009-2013 The Bitcoin developers
-// Distributed under the MIT/X11 software license, see the accompanying
+// Copyright (c) 2009-2014 The Bitcoin developers
+// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "checkpoints.h"
@@ -468,7 +468,7 @@ Value getblockchaininfo(const Array& params, bool fHelp)
return obj;
}
-/* Comparison function for sorting the getchaintips heads. */
+/** Comparison function for sorting the getchaintips heads. */
struct CompareBlocksByHeight
{
bool operator()(const CBlockIndex* a, const CBlockIndex* b) const