diff options
| author | Russell Yanofsky <[email protected]> | 2019-03-04 15:57:58 -0500 |
|---|---|---|
| committer | Russell Yanofsky <[email protected]> | 2019-03-04 15:57:58 -0500 |
| commit | 4d4e4c644826db03317d69a04fea03309c3ebabf (patch) | |
| tree | d27757c54efa999c58ce42daa0554ea411d63880 /src/interfaces/README.md | |
| parent | Merge #15288: Remove wallet -> node global function calls (diff) | |
| download | discoin-4d4e4c644826db03317d69a04fea03309c3ebabf.tar.xz discoin-4d4e4c644826db03317d69a04fea03309c3ebabf.zip | |
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.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/README.md b/src/interfaces/README.md index 57d41df74..f77d17215 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). |