types small fix

This commit is contained in:
dr-frmr 2023-11-06 14:31:04 -05:00
parent f527b68ab6
commit b94bcaa6f9
No known key found for this signature in database

View File

@ -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 {