Skip to content

Commit 41813ec

Browse files
committed
Mark a doc comment block as text instead of ignore
This way, it won't show up in the output of `cargo test`
1 parent 78d5ad0 commit 41813ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ironfish-rust/src/frost_utils/account_keys.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub struct MultisigAccountKeys {
2626

2727
/// Derives the account keys for a multisig account, realizing the following key hierarchy:
2828
///
29-
/// ```ignore
29+
/// ```text
3030
/// ak ─┐
3131
/// ├─ ivk ── pk
3232
/// gsk ── nsk ── nk ─┘

0 commit comments

Comments
 (0)