Make a note about PR #5650 integration

This commit is contained in:
Ed Hennis
2025-08-25 19:48:31 -04:00
parent 3ef1e4269b
commit 1cb4a49ad3

View File

@@ -381,6 +381,9 @@ template <class T>
NotTEC
Transactor::invokePreflight(PreflightContext const& ctx)
{
// TODO: If #5650 is merged, use its transaction -> amendment lookup here to
// do a first-pass check. Rewrite or remove any `isEnabled` overloads that
// check those default amendments.
if (!T::isEnabled(ctx))
return temDISABLED;