mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-08-25 06:01:11 +00:00
refactor(stablecoin): simplify RedemptionPriceState PDA domain
This commit is contained in:
@@ -12,7 +12,7 @@ use nssa_core::{
|
||||
use serde::{Deserialize, Serialize};
|
||||
use spel_framework_macros::account_type;
|
||||
|
||||
const REDEMPTION_PRICE_STATE_PDA_DOMAIN: &[u8; 32] = b"STABLECOIN__REDEMPTION_PRICE____";
|
||||
const REDEMPTION_PRICE_STATE_PDA_DOMAIN: &[u8] = b"REDEMPTION_PRICE_STATE";
|
||||
|
||||
/// Redemption-price anchor + PI controller state, lazy form.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user