mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Make a note about PR #5650 integration
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user