fix: Allow OverrideFreeze to bypass individual/deep freeze on AMM trust lines (#6959)

This commit is contained in:
Kassaking7
2026-08-10 21:34:28 +00:00
committed by GitHub
parent 4173f7e499
commit 60291c3ed6
3 changed files with 222 additions and 11 deletions

View File

@@ -69,7 +69,8 @@ private:
IssuerChanges const& changes,
STTx const& tx,
beast::Journal const& j,
bool enforce);
bool enforce,
bool fixOverrideFreeze);
static bool
validateFrozenState(
@@ -78,7 +79,8 @@ private:
STTx const& tx,
beast::Journal const& j,
bool enforce,
bool globalFreeze);
bool globalFreeze,
bool fixOverrideFreeze);
};
} // namespace xrpl