Skip to content

Commit

Permalink
Fix MsgRefuse in state diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
sandtreader committed Jan 29, 2025
1 parent ce7de0c commit a10090d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/handshake.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stateDiagram
StPropose --> StConfirm: MsgProposeVersions
StConfirm --> [*]: MsgAcceptVersion
StConfirm --> [*]: MsgReplyVersion
StConfirm --> [*]: MsgRefuseVersion
StConfirm --> [*]: MsgRefuse
direction LR
Expand Down

0 comments on commit a10090d

Please sign in to comment.