diff options
| author | hackerrdave <[email protected]> | 2019-12-15 19:58:51 -0500 |
|---|---|---|
| committer | hackerrdave <[email protected]> | 2019-12-15 19:58:51 -0500 |
| commit | a5089f62bda9a39c1d6cbba285477670f1aa1f3f (patch) | |
| tree | 402d33f12fa75f702e1151ef68f5e0ec0e14bdd7 /doc/developer-notes.md | |
| parent | Merge #17728: rpc: require second argument only for scantxoutset start action (diff) | |
| download | discoin-a5089f62bda9a39c1d6cbba285477670f1aa1f3f.tar.xz discoin-a5089f62bda9a39c1d6cbba285477670f1aa1f3f.zip | |
fix directory path for secp256k1 subtree in developer-notes
Diffstat (limited to 'doc/developer-notes.md')
| -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 31d9f4e6d..b50f552e9 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 |