mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-21 09:32:39 +02:00
doc: fix link to developer-notes.md file in multiprocess.md
This commit is contained in:
parent
e3b052800f
commit
d9b172cd00
@ -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
|
Cross process Node, Wallet, and Chain interfaces are defined in
|
||||||
[`src/interfaces/`](../src/interfaces/). These are C++ classes which follow
|
[`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
|
serializable arguments so they can be called from different processes, and
|
||||||
making methods pure virtual so they can have proxy implementations that forward
|
making methods pure virtual so they can have proxy implementations that forward
|
||||||
calls between processes.
|
calls between processes.
|
||||||
|
Loading…
Reference in New Issue
Block a user