Skip to content

Commit

Permalink
Remove TODO comments
Browse files Browse the repository at this point in the history
Signed-off-by: lli <[email protected]>
  • Loading branch information
lukewli-anonyome committed Aug 1, 2024
1 parent 3ea2644 commit 91d5865
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aries/agents/aries-vcx-agent/src/handlers/did_exchange.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ impl<T: BaseWallet> DidcommHandlerDidExchange<T> {

let inviter_key = Key::from_base58(&inviter_key, KeyType::Ed25519)?;

// Todo: "invitation_key" should not be None; see the todo inside this scope
let invitation_key = match invitation {
None => inviter_key,
Some(invitation) => {
Expand Down

0 comments on commit 91d5865

Please sign in to comment.