mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-29 15:24:30 +03:00
types small fix
This commit is contained in:
parent
f527b68ab6
commit
b94bcaa6f9
@ -409,8 +409,6 @@ pub type CapMessageReceiver = tokio::sync::mpsc::Receiver<CapMessage>;
|
||||
//
|
||||
// types used for UQI: uqbar's identity system
|
||||
//
|
||||
pub type PKINames = Arc<RwLock<HashMap<String, NodeId>>>; // TODO maybe U256 to String
|
||||
pub type OnchainPKI = Arc<RwLock<HashMap<String, Identity>>>;
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
pub struct Registration {
|
||||
|
Loading…
Reference in New Issue
Block a user