diff --git a/_includes/devdoc/guide_p2p_network.md b/_includes/devdoc/guide_p2p_network.md index e067a8f4..c5e7a89e 100644 --- a/_includes/devdoc/guide_p2p_network.md +++ b/_includes/devdoc/guide_p2p_network.md @@ -721,7 +721,12 @@ The following actions only run when the masternode sync is past `MASTERNODE_SYNC #### Masternode Sync Data Flow -The following tables details the exchanged of P2P messages during masternode +This diagram shows the order in which P2P messages are sent to perform +masternode synchronization initially after startup.
+ + + +The following table details the exchanged of P2P messages during masternode synchronization. | **Syncing Node Message** | **Direction** | **Masternode Response** | **Description** | diff --git a/img/dev/en-masternode-sync-initial.svg b/img/dev/en-masternode-sync-initial.svg new file mode 100644 index 00000000..6b2686fd --- /dev/null +++ b/img/dev/en-masternode-sync-initial.svg @@ -0,0 +1,194 @@ + + + \ No newline at end of file