Skip to content

Commit

Permalink
Mark a doc comment block as text instead of ignore
Browse files Browse the repository at this point in the history
This way, it won't show up in the output of `cargo test`
  • Loading branch information
andiflabs committed Oct 30, 2024
1 parent 78d5ad0 commit 494ace2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ironfish-rust/src/frost_utils/account_keys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub struct MultisigAccountKeys {

/// Derives the account keys for a multisig account, realizing the following key hierarchy:
///
/// ```ignore
/// ```text
/// ak ─┐
/// ├─ ivk ── pk
/// gsk ── nsk ── nk ─┘
Expand Down

0 comments on commit 494ace2

Please sign in to comment.