Skip to content

Commit fadcd3f

Browse files
author
MarcoFalke
committed
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
1 parent fa121b6 commit fadcd3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/node/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ As a rule of thumb, code in one of the [`src/node/`](./),
1515
calling code in the other directories directly, and only invoke it indirectly
1616
through the more limited [`src/interfaces/`](../interfaces/) classes.
1717

18-
The [`src/node/`](./) directory is a new directory introduced in
19-
[#14978](https://github.com/bitcoin/bitcoin/pull/14978) and at the moment is
18+
This directory is at the moment
2019
sparsely populated. Eventually more substantial files like
2120
[`src/validation.cpp`](../validation.cpp) and
2221
[`src/txmempool.cpp`](../txmempool.cpp) might be moved there.

0 commit comments

Comments
 (0)