Skip to content

Commit 472ecc9

Browse files
committed
Fix architecture diagram arrow directions
Arrows should signify "calls" or "generates" unless noted.
1 parent 2e1da5d commit 472ecc9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ARCH.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ At a high level, some of the common interfaces fit together as follows:
3737
-----------------
3838
| KeysInterface | --------------
3939
----------------- | UserConfig |
40-
-------------------- | --------------
41-
------| MessageSendEvent | | | ----------------
40+
-------------------- ^ --------------
41+
------| MessageSendEvent | | ^ ----------------
4242
/ -------------------- | | | FeeEstimator | <-----------------------
4343
| (as MessageSendEventsProvider) | | ---------------- \
44-
| ^ | | / ------------------------ |
44+
| ^ | | ^ ------------------------ |
4545
| \ | | / ---------> | BroadcasterInterface | |
4646
| \ | | / / ------------------------ |
47-
| \ v v v / ^ |
47+
| \ | | / / ^ |
4848
| (as ------------------ ---------------- | |
4949
| ChannelMessageHandler)-> | ChannelManager | ----> | chain::Watch | | |
5050
v / ------------------ ---------------- | |
@@ -54,8 +54,8 @@ At a high level, some of the common interfaces fit together as follows:
5454
| ----------------- \ _---------------- / /
5555
| | chain::Access | \ / | ChainMonitor |---------------
5656
| ----------------- \ / ----------------
57-
| | \ / |
58-
(as RoutingMessageHandler) v v v
57+
| ^ \ / |
58+
(as RoutingMessageHandler) | v v
5959
\ ---------------------- --------- -----------------
6060
-----------------> | NetGraphMsgHandler | | Event | | chain::Notify |
6161
---------------------- --------- -----------------

0 commit comments

Comments
 (0)