Skip to content

Commit

Permalink
Complete documentation for zcashlc_decrypt_and_store_transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
sellout committed Nov 16, 2022
1 parent afeb09e commit 2096654
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1903,8 +1903,7 @@ pub extern "C" fn zcashlc_put_utxo(
unwrap_exc_or(res, false)
}

/// Attempts to decrypt the specified transaction from its network byte representation
/// and store its
/// Decrypts whatever parts of the specified transaction it can and stores them in db_data.
///
/// # Safety
///
Expand Down

0 comments on commit 2096654

Please sign in to comment.