refactor(stablecoin): simplify StabilityFeeAccumulator PDA domain

This commit is contained in:
Andrea Franz
2026-08-19 11:49:57 +02:00
parent 0a44380a70
commit d9b7366990
@@ -14,7 +14,7 @@ use serde::{Deserialize, Serialize};
use spel_framework_macros::account_type;
/// PDA seed domain for the [`StabilityFeeAccumulator`].
const STABILITY_FEE_ACCUMULATOR_PDA_DOMAIN: &[u8; 32] = b"STABLECOIN__STABILITY_FEE_ACCUM_";
const STABILITY_FEE_ACCUMULATOR_PDA_DOMAIN: &[u8] = b"STABILITY_FEE_ACCUMULATOR";
/// Compounded stability-fee multiplier, lazy form.
///