Skip to content

Commit 422168f

Browse files
author
Raul Andres
committed
add propagate/broadcast label
1 parent 97a447b commit 422168f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethereum-architecture.dot

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ digraph ethereum {
3232
node_E -> node_B [color="green"];
3333
node_E -> node_C [color="green"];
3434
node_E -> node_D [color="green"];
35-
node_E -> node_F [color="green"];
35+
node_E -> node_F [color="green" label="progagate / broadcast"];
3636

3737
node_F -> node_A [color="green"];
3838
node_F -> node_B [color="green"];

0 commit comments

Comments
 (0)