mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-08-25 22:21:16 +00:00
fix(stablecoin): require controller initialization signer
This commit is contained in:
@@ -130,6 +130,7 @@ mod stablecoin {
|
||||
ctx: ProgramContext,
|
||||
#[account(init)]
|
||||
controller: AccountWithMetadata,
|
||||
#[account(signer)]
|
||||
stablecoin_definition: AccountWithMetadata,
|
||||
price_feed: AccountWithMetadata,
|
||||
collateral_definition_id: AccountId,
|
||||
|
||||
Reference in New Issue
Block a user