aboutsummaryrefslogtreecommitdiff
path: root/doc/developer-notes.md
diff options
context:
space:
mode:
authorGleb Naumenko <naumenko.gs@gmail.com>2020-02-18 17:45:02 -0500
committerfanquake <fanquake@gmail.com>2021-10-21 09:38:55 +0800
commit0659f12b131fc5915fe7a493306af197f4fb838b (patch)
tree9d159bc034b5959d4ddf714df3298b51d4c937c8 /doc/developer-notes.md
parent0eb7928ab8d9dcb840e4965bfa81deb752b00dfa (diff)
downloadbitcoin-0659f12b131fc5915fe7a493306af197f4fb838b.tar.xz
Add minisketch dependency
Diffstat (limited to 'doc/developer-notes.md')
-rw-r--r--doc/developer-notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md
index a05ea93a46..7ff1d36442 100644
--- a/doc/developer-notes.md
+++ b/doc/developer-notes.md
@@ -1029,6 +1029,9 @@ Current subtrees include:
- 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.
+
Upgrading LevelDB
---------------------