aboutsummaryrefslogtreecommitdiff
path: root/src/validation.h
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2024-03-11 12:12:12 +0000
committerfanquake <fanquake@gmail.com>2024-03-18 16:59:39 +0000
commit80f8b92f4f2311b9e9a25361c9dd973244e6f95c (patch)
tree427e219df7ae51247bb6a8383393f5838842f37e /src/validation.h
parent9a459e3ab9f983aabc9942e0989f790c9a511b9f (diff)
downloadbitcoin-80f8b92f4f2311b9e9a25361c9dd973244e6f95c.tar.xz
remove libbitcoinconsensus
This was deprecated in v27.0, for removal in v28.0. See discussion in PR #29189.
Diffstat (limited to 'src/validation.h')
-rw-r--r--src/validation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validation.h b/src/validation.h
index 71aac46f81..8c3136dedb 100644
--- a/src/validation.h
+++ b/src/validation.h
@@ -476,7 +476,7 @@ enum class CoinsCacheSizeState
* current best chain.
*
* Eventually, the API here is targeted at being exposed externally as a
- * consumable libconsensus library, so any functions added must only call
+ * consumable library, so any functions added must only call
* other class member functions, pure functions in other parts of the consensus
* library, callbacks via the validation interface, or read/write-to-disk
* functions (eventually this will also be via callbacks).