Browse Source

book: [event_graph] fix syncevent name

Dastan-glitch 3 years ago
parent
commit
74cac6c765
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/src/misc/event_graph/network_protocol.md

+ 1 - 1
doc/src/misc/event_graph/network_protocol.md

@@ -36,7 +36,7 @@ Event object data. This is either sent when a new event is created, or in respon
 | timestamp 	| `u64`                | Event timestamp    		|
 | timestamp 	| `u64`                | Event timestamp    		|
 | action    	| `T`                  | Event specific data      	|
 | action    	| `T`                  | Event specific data      	|
 
 
-## getheads
+## syncevent
 
 
 This message is sent at fixed intervals when connecting to the network.
 This message is sent at fixed intervals when connecting to the network.
 It uses this message to synchronize with the current network state.
 It uses this message to synchronize with the current network state.