aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-06-11 14:29:09 +0100
committerfanquake <fanquake@gmail.com>2022-06-15 12:56:44 +0100
commitd873ff96e51a3e7f2fdc3fdd1baee2bbe7583e06 (patch)
treed75c5d34033c6c709985a4697053a31def926533 /doc
parente2aa7047f9b94232ff4958381321e6867d24b379 (diff)
downloadbitcoin-d873ff96e51a3e7f2fdc3fdd1baee2bbe7583e06.tar.xz
refactor: cleanups post unsubtree'ing univalue
Mostly changes to remove src/univalue exceptions from the various linters, and the required code changes to make them happy. As well as minor doc changes.
Diffstat (limited to 'doc')
-rw-r--r--doc/developer-notes.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md
index d1b660efff..23f975df34 100644
--- a/doc/developer-notes.md
+++ b/doc/developer-notes.md
@@ -1158,10 +1158,6 @@ Current subtrees include:
- src/crypto/ctaes
- Upstream at https://github.com/bitcoin-core/ctaes ; maintained by Core contributors.
-- src/univalue
- - Subtree at https://github.com/bitcoin-core/univalue-subtree ; maintained by Core contributors.
- - Deviates from upstream https://github.com/jgarzik/univalue.
-
- src/minisketch
- Upstream at https://github.com/sipa/minisketch ; maintained by Core contributors.