docs(stablecoin): align generate debt panic docs

This commit is contained in:
Ricardo Guilherme Schmidt
2026-07-03 09:42:40 -03:00
parent f55c8dd884
commit 621889e52c
+3 -2
View File
@@ -16,8 +16,9 @@ use crate::shared::{
/// Mints stablecoin debt against an existing position.
///
/// # Panics
/// Panics if the owner is not authorized, the oracle is stale, or the post-mint position would
/// be undercollateralized.
/// Panics if the owner is not authorized, protocol accounts are invalid, the protocol is frozen,
/// the oracle is stale or malformed, the position is invalid, or the post-mint position would be
/// undercollateralized.
#[expect(
clippy::too_many_arguments,
reason = "instruction surface passes explicit position, token, oracle, and protocol accounts"