From 09e34f258fe2f510cb3338b39dc9d4729a3cadb4 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Tue, 28 Jan 2020 01:05:29 -0500 Subject: [PATCH] Note that joinsplit::EncryptedCiphertext structs should move as part of note encryption work Co-Authored-By: Henry de Valence --- zebra-chain/src/transaction/joinsplit.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/zebra-chain/src/transaction/joinsplit.rs b/zebra-chain/src/transaction/joinsplit.rs index 53d3647f..fd1c7fea 100644 --- a/zebra-chain/src/transaction/joinsplit.rs +++ b/zebra-chain/src/transaction/joinsplit.rs @@ -122,6 +122,7 @@ impl Arbitrary for JoinSplitData

{ } /// A ciphertext component for encrypted output notes. +// XXX move as part of #181 (note encryption implementation) pub struct EncryptedCiphertext(pub [u8; 601]); impl fmt::Debug for EncryptedCiphertext {