mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add the config preset features to the view:
It is often difficult to get access to the preset features in the config. Adding the preset features solves this problem.
This commit is contained in:
@@ -73,8 +73,7 @@ SetSignerList::determineOperation(STTx const& tx,
|
||||
TER
|
||||
SetSignerList::preflight (PreflightContext const& ctx)
|
||||
{
|
||||
if (! ctx.rules.enabled(featureMultiSign,
|
||||
ctx.app.config().features))
|
||||
if (! ctx.rules.enabled(featureMultiSign))
|
||||
return temDISABLED;
|
||||
|
||||
auto const ret = preflight1 (ctx);
|
||||
|
||||
Reference in New Issue
Block a user