Browse Source

bin/darkirc: add necessery async trait

Dastan-glitch 3 years ago
parent
commit
b4f5851969
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/darkirc/src/privmsg.rs

+ 1 - 1
bin/darkirc/src/privmsg.rs

@@ -17,7 +17,7 @@
  */
  */
 
 
 use darkfi::event_graph::EventMsg;
 use darkfi::event_graph::EventMsg;
-use darkfi_serial::{SerialDecodable, SerialEncodable};
+use darkfi_serial::{async_trait, SerialDecodable, SerialEncodable};
 
 
 #[derive(SerialEncodable, SerialDecodable, Clone, Debug)]
 #[derive(SerialEncodable, SerialDecodable, Clone, Debug)]
 pub struct PrivMsgEvent {
 pub struct PrivMsgEvent {