mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
net/message: optional max message bytes limit added
This commit is contained in:
@@ -30,5 +30,5 @@ pub struct DchatMsg {
|
||||
pub msg: String,
|
||||
}
|
||||
|
||||
impl_p2p_message!(DchatMsg, "DchatMsg");
|
||||
impl_p2p_message!(DchatMsg, "DchatMsg", 0);
|
||||
// ANCHOR_END: msg
|
||||
|
||||
Reference in New Issue
Block a user