Skip to content

Commit

Permalink
Add missing doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d authored Mar 26, 2021
1 parent fc3aa23 commit dd15e5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zcash_client_backend/src/zip321.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ pub struct Payment {
/// A memo that, if included, must be provided with the payment.
/// If a memo is present and [`recipient_address`] is not a shielded
/// address, the wallet should report an error.
///
/// [`recipient_address`]: #structfield.recipient_address
pub memo: Option<MemoBytes>,
/// A human-readable label for this payment within the larger structure
/// of the transaction request.
Expand Down

0 comments on commit dd15e5f

Please sign in to comment.