From 0eab02a941363b62df685e35dc2ccd623dd5d96b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 22 Apr 2020 13:43:45 +0200 Subject: [PATCH] crypto: Remove a stale comment. --- src/crypto/machine.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/crypto/machine.rs b/src/crypto/machine.rs index 45788819..40a1b865 100644 --- a/src/crypto/machine.rs +++ b/src/crypto/machine.rs @@ -841,7 +841,6 @@ impl OlmMachine { async fn add_room_key(&mut self, sender_key: &str, event: &mut ToDeviceRoomKey) -> Result<()> { match event.content.algorithm { Algorithm::MegolmV1AesSha2 => { - // TODO check for all the valid fields. let signing_key = event .keys .get("ed25519")