From d7ccf255e1d35603534bbd52eaa25f8223ce14c4 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Wed, 12 Feb 2020 18:30:04 -0500 Subject: [PATCH] Update memo link to spec Co-Authored-By: Henry de Valence --- zebra-chain/src/note_encryption.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-chain/src/note_encryption.rs b/zebra-chain/src/note_encryption.rs index 8b190a361..af4f924a6 100644 --- a/zebra-chain/src/note_encryption.rs +++ b/zebra-chain/src/note_encryption.rs @@ -14,7 +14,7 @@ mod sprout; /// The usage of the memo field is by agreement between the sender and /// recipient of the note. /// -/// [ps]: https://zips.z.cash/protocol/protocol.pdf#spendencoding +/// [ps]: https://zips.z.cash/protocol/protocol.pdf#notept #[derive(Clone, Copy)] pub struct Memo([u8; 512]);