From 7a4be955be0c01b7fcbac70c61fac26b4549625f Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Sat, 18 Apr 2020 21:35:57 -0400 Subject: [PATCH] Remove todo --- zebra-chain/src/transaction/joinsplit.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/zebra-chain/src/transaction/joinsplit.rs b/zebra-chain/src/transaction/joinsplit.rs index 609b60f5..c9ecf3fb 100644 --- a/zebra-chain/src/transaction/joinsplit.rs +++ b/zebra-chain/src/transaction/joinsplit.rs @@ -41,8 +41,6 @@ pub struct JoinSplit { /// XXX refine type to [T; 2] -- there are two commitments pub commitments: [[u8; 32]; 2], /// An X25519 public key. - /// - /// XXX refine to an x25519-dalek type? pub ephemeral_key: x25519_dalek::PublicKey, /// A 256-bit seed that must be chosen independently at random for each /// JoinSplit description.