diff options
author | Gleb Naumenko <naumenko.gs@gmail.com> | 2020-02-18 17:45:02 -0500 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-10-21 09:38:55 +0800 |
commit | 0659f12b131fc5915fe7a493306af197f4fb838b (patch) | |
tree | 9d159bc034b5959d4ddf714df3298b51d4c937c8 /doc/developer-notes.md | |
parent | 0eb7928ab8d9dcb840e4965bfa81deb752b00dfa (diff) |
Add minisketch dependency
Diffstat (limited to 'doc/developer-notes.md')
-rw-r--r-- | doc/developer-notes.md | 3 |
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 --------------------- |