aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain_db.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cryptonote_core/blockchain_db.h')
-rw-r--r--src/cryptonote_core/blockchain_db.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/cryptonote_core/blockchain_db.h b/src/cryptonote_core/blockchain_db.h
index b9ea79f01..aa82672f2 100644
--- a/src/cryptonote_core/blockchain_db.h
+++ b/src/cryptonote_core/blockchain_db.h
@@ -395,10 +395,7 @@ public:
// return the block at the top of the blockchain
virtual block get_top_block() const = 0;
- // return the index of the top block on the chain
- // NOTE: for convenience using heights as indices, this is not the total
- // size of the blockchain, but rather the index of the top block. As the
- // chain is 0-indexed, the total size will be height() + 1.
+ // return the height of the chain
virtual uint64_t height() const = 0;
// pops the top block off the blockchain.