Skip to content

Commit

Permalink
Merge pull request #20 from dorianvp/update_wallet_capability_docs_fo…
Browse files Browse the repository at this point in the history
…rmat

docs: better text alignment
  • Loading branch information
zancas authored Oct 5, 2024
2 parents c49be20 + 8539a03 commit 8c4b51a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions zingolib/src/wallet/keys/unified.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,10 @@ impl<V, S> Capability<V, S> {
}

/// Interface to cryptographic capabilities that the library requires for
/// various operations.
/// It is created either from a BIP39 mnemonic phrase:
/// <https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki>
/// OR
/// Loaded from a [`zcash_keys::keys::UnifiedSpendingKey`], or a [`zcash_keys::keys::UnifiedFullViewingKey`].
/// various operations. <br>
/// It is created either from a [BIP39 mnemonic phrase](<https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki>), <br>
/// loaded from a [`zcash_keys::keys::UnifiedSpendingKey`] <br>
/// or a [`zcash_keys::keys::UnifiedFullViewingKey`]. <br><br>
/// In addition to fundamental spending and viewing keys, the type caches generated addresses.
#[derive(Debug)]
pub struct WalletCapability {
Expand Down

0 comments on commit 8c4b51a

Please sign in to comment.