diff --git a/zebra-chain/src/orchard/keys.rs b/zebra-chain/src/orchard/keys.rs index d475a7bb..6ba99375 100644 --- a/zebra-chain/src/orchard/keys.rs +++ b/zebra-chain/src/orchard/keys.rs @@ -1000,17 +1000,4 @@ impl From<&OutgoingCipherKey> for [u8; 32] { } } -// impl -// From<( -// OutgoingViewingKey, -// ValueCommitment, -// NoteCommitment, -// EphemeralKey, -// )> for OutgoingCipherKey -// { -// type Error = &'static str; - -// fn from((): ()) -> Result { -// Self(prf_ock()) -// } -// } +// TODO: derive `OutgoingCipherKey`: https://github.com/ZcashFoundation/zebra/issues/2041