fix(stablecoin): require controller initialization signer

This commit is contained in:
Ricardo Guilherme Schmidt
2026-07-03 09:42:45 -03:00
parent 5626f3af76
commit 7e4e9eeaf0
5 changed files with 41 additions and 6 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ pub enum Instruction {
/// Required accounts (3):
/// - Redemption controller account (uninitialized, address must match
/// `compute_redemption_controller_pda(self_program_id, stablecoin_definition, price_feed)`)
/// - Stablecoin token definition account (initialized fungible token)
/// - Stablecoin token definition account (authorized initialized fungible token)
/// - Oracle price feed account (initialized; must decode as the configured
/// stablecoin/collateral market price)
///