mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
doc: fix link to developer-notes.md file in multiprocess.md
This commit is contained in:
parent
e3b052800f
commit
d9b172cd00
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Alternately, you can install [Cap'n Proto](https://capnproto.org/) and [libmulti
|
|||
|
||||
Cross process Node, Wallet, and Chain interfaces are defined in
|
||||
[`src/interfaces/`](../src/interfaces/). These are C++ classes which follow
|
||||
[conventions](developer-notes.md#internal-interface-guidelines), like passing
|
||||
[conventions](../developer-notes.md#internal-interface-guidelines), like passing
|
||||
serializable arguments so they can be called from different processes, and
|
||||
making methods pure virtual so they can have proxy implementations that forward
|
||||
calls between processes.
|
||||
|
|
Loading…
Add table
Reference in a new issue