Skip to content

Commit

Permalink
LocalMsg: fix comment about UNKNOWN_SENDER
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidB137 committed Sep 17, 2024
1 parent 62d5b51 commit f460593
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/kvik/local_msg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ namespace kvik
/**
* @brief Unknown message sender
*
* Currently unused in FAIL messages as an attacker could DoS the node
* just by sending duplicates in loop.
* Currently unused in FAIL messages.
*/
UNKNOWN_SENDER = 0x04,
};
Expand Down

0 comments on commit f460593

Please sign in to comment.