diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-04-04 18:19:09 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-04-06 09:34:21 +0200 |
commit | fadcd3f78e1dd1acd7a774f8fad68dc471ff9e1f (patch) | |
tree | 2d617d002034cbea8411f79344215b046960dd99 /src/node/README.md | |
parent | fa121b628d51bb0e25eb3fbd716881fa55527dc7 (diff) |
doc: Remove irrelevant link to GitHub
The doc nicely explains why the directory exists and it is
irrelevant when it was introduced. Even if it was relevant,
it could be trivially found out via `git log ./src/node/ | tail`
without visiting GitHub
Diffstat (limited to 'src/node/README.md')
-rw-r--r-- | src/node/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/node/README.md b/src/node/README.md index e99a717534..ab5979594d 100644 --- a/src/node/README.md +++ b/src/node/README.md @@ -15,8 +15,7 @@ As a rule of thumb, code in one of the [`src/node/`](./), calling code in the other directories directly, and only invoke it indirectly through the more limited [`src/interfaces/`](../interfaces/) classes. -The [`src/node/`](./) directory is a new directory introduced in -[#14978](https://github.com/bitcoin/bitcoin/pull/14978) and at the moment is +This directory is at the moment sparsely populated. Eventually more substantial files like [`src/validation.cpp`](../validation.cpp) and [`src/txmempool.cpp`](../txmempool.cpp) might be moved there. |