fix(server::user_agent): useragents now self-sign themselves on bootstrap
This commit is contained in:
@@ -6,7 +6,8 @@ use tracing::{error, info};
|
||||
use crate::{
|
||||
actors::GlobalActors,
|
||||
crypto::integrity::{Integrable, hashing::Hashable},
|
||||
db, peers::client::session::ClientSession,
|
||||
db,
|
||||
peers::client::session::ClientSession,
|
||||
};
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user