aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/README.md
diff options
context:
space:
mode:
authorRussell Yanofsky <russ@yanofsky.org>2019-03-04 15:57:58 -0500
committerRussell Yanofsky <russ@yanofsky.org>2019-03-04 15:57:58 -0500
commit4d4e4c644826db03317d69a04fea03309c3ebabf (patch)
treed27757c54efa999c58ce42daa0554ea411d63880 /src/interfaces/README.md
parent45f434f44d0b55d137eaebb8c0486f9cebabc869 (diff)
downloadbitcoin-4d4e4c644826db03317d69a04fea03309c3ebabf.tar.xz
Suggested interfaces::Chain cleanups from #15288
Mostly documentation improvements requested in the last review of #15288 before it was merged (https://github.com/bitcoin/bitcoin/pull/15288#pullrequestreview-210241864)
Diffstat (limited to 'src/interfaces/README.md')
-rw-r--r--src/interfaces/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/README.md b/src/interfaces/README.md
index 57d41df746..f77d172153 100644
--- a/src/interfaces/README.md
+++ b/src/interfaces/README.md
@@ -2,9 +2,9 @@
The following interfaces are defined here:
-* [`Chain`](chain.h) — used by wallet to access blockchain and mempool state. Added in [#10973](https://github.com/bitcoin/bitcoin/pull/10973).
+* [`Chain`](chain.h) — used by wallet to access blockchain and mempool state. Added in [#14437](https://github.com/bitcoin/bitcoin/pull/14437), [#14711](https://github.com/bitcoin/bitcoin/pull/14711), [#15288](https://github.com/bitcoin/bitcoin/pull/15288), and [#10973](https://github.com/bitcoin/bitcoin/pull/10973).
-* [`ChainClient`](chain.h) — used by node to start & stop `Chain` clients. Added in [#10973](https://github.com/bitcoin/bitcoin/pull/10973).
+* [`ChainClient`](chain.h) — used by node to start & stop `Chain` clients. Added in [#14437](https://github.com/bitcoin/bitcoin/pull/14437).
* [`Node`](node.h) — used by GUI to start & stop bitcoin node. Added in [#10244](https://github.com/bitcoin/bitcoin/pull/10244).