diff options
author | Igor Bubelov <igor@bubelov.com> | 2022-07-01 14:34:25 +0700 |
---|---|---|
committer | Igor Bubelov <igor@bubelov.com> | 2022-07-01 14:34:25 +0700 |
commit | 18f5355f3ad8a5513c99c5b0ca14266b604362cc (patch) | |
tree | 80bea5b33bf80105c99b8b5db9680c0a45e59015 /src | |
parent | c892cb7d8d8de0d4e1d414346ae4bad016f61917 (diff) |
Remove outdated comment
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 488ff0e273..bc0982f74d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -854,8 +854,7 @@ endif # TODO: libbitcoinkernel is a work in progress consensus engine library, as more # and more modules are decoupled from the consensus engine, this list will -# shrink to only those which are absolutely necessary. For example, things -# like index/*.cpp will be removed. +# shrink to only those which are absolutely necessary. libbitcoinkernel_la_SOURCES = \ kernel/bitcoinkernel.cpp \ arith_uint256.cpp \ |