aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSjors Provoost <[email protected]>2018-12-06 11:55:22 +0100
committerSjors Provoost <[email protected]>2018-12-06 11:55:26 +0100
commita67d71311d59fb06c9d51369722c9656e497a729 (patch)
tree891c96b2b87bf5b373003f1a1df8a899e2133821
parentMerge #14796: rpc: Pass argument descriptions to RPCHelpMan (diff)
downloaddiscoin-a67d71311d59fb06c9d51369722c9656e497a729.tar.xz
discoin-a67d71311d59fb06c9d51369722c9656e497a729.zip
[doc] developer-notes.md: point out that UniValue deviates from upstream
-rw-r--r--doc/developer-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md
index bb477d4be..51627dfa8 100644
--- a/doc/developer-notes.md
+++ b/doc/developer-notes.md
@@ -714,7 +714,7 @@ Current subtrees include:
- Upstream at https://github.com/bitcoin-core/ctaes ; actively maintained by Core contributors.
- src/univalue
- - Upstream at https://github.com/jgarzik/univalue ; report important PRs to Core to avoid delay.
+ - Upstream at https://github.com/bitcoin-core/univalue ; actively maintained by Core contributors, deviates from upstream https://github.com/jgarzik/univalue
Upgrading LevelDB
---------------------