diff options
author | fanquake <fanquake@gmail.com> | 2019-12-16 10:45:29 -0500 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-12-16 11:00:03 -0500 |
commit | 988eaf2fcb71284c5fc57c7ef755bdafa4b929a0 (patch) | |
tree | e59ea8b1765ce0176d2af762535ebbd5e49d62f7 /doc | |
parent | 806a2c602cdf1df17b0b92258bb0d7dca2ee1ee9 (diff) | |
parent | a5089f62bda9a39c1d6cbba285477670f1aa1f3f (diff) |
Merge #17752: doc: fix directory path for secp256k1 subtree in developer-notes
a5089f62bda9a39c1d6cbba285477670f1aa1f3f fix directory path for secp256k1 subtree in developer-notes (hackerrdave)
Pull request description:
Documentation update to fix the directory path of the `secp256k1` subtree in the developer notes
ACKs for top commit:
laanwj:
ACK a5089f62bda9a39c1d6cbba285477670f1aa1f3f
Tree-SHA512: d0986721d7091af26edaee769db78c9aabac25bbaddb2a1bfa96c7208187226e280e9c38897b5227ee6c9e40d5a1af86bb7c58e72c6a30a94a478c4bf54c086e
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md index 31d9f4e6d4..b50f552e92 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -820,7 +820,7 @@ Current subtrees include: - **Note**: Follow the instructions in [Upgrading LevelDB](#upgrading-leveldb) when merging upstream changes to the LevelDB subtree. -- src/libsecp256k1 +- src/secp256k1 - Upstream at https://github.com/bitcoin-core/secp256k1/ ; actively maintained by Core contributors. - src/crypto/ctaes |