fix(server::user_agent): useragents now self-sign themselves on bootstrap
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
use crate::context::ServerContext;
|
||||
|
||||
pub mod actors;
|
||||
pub mod peers;
|
||||
pub mod context;
|
||||
pub mod crypto;
|
||||
pub mod db;
|
||||
pub mod evm;
|
||||
pub mod grpc;
|
||||
pub mod peers;
|
||||
pub mod utils;
|
||||
|
||||
pub struct Server {
|
||||
|
||||
Reference in New Issue
Block a user