Skip to content

Commit

Permalink
chore: Remove field
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 committed Sep 29, 2023
1 parent bc4693e commit 2c36854
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/shuttle/src/identity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ use self::{
#[allow(dead_code)]
pub struct Behaviour {
inner: request_response::json::Behaviour<protocol::Request, protocol::Response>,
registeration: HashMap<DID, IdentityDocument>,
identity_cache: HashMap<DID, (IdentityDocument, Delay)>,

keypair: Keypair,
Expand Down Expand Up @@ -106,7 +105,6 @@ impl Behaviour {
[(protocol::PROTOCOL, request_response::ProtocolSupport::Full)],
Default::default(),
),
registeration: Default::default(),
identity_cache: Default::default(),
keypair: keypair.clone(),
process_event,
Expand Down

0 comments on commit 2c36854

Please sign in to comment.