mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +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:
@@ -436,7 +436,7 @@ SetTrust::doApply ()
|
||||
else if (! saLimitAmount && // Setting default limit.
|
||||
(! bQualityIn || ! uQualityIn) && // Not setting quality in or setting default quality in.
|
||||
(! bQualityOut || ! uQualityOut) && // Not setting quality out or setting default quality out.
|
||||
(! (view().rules().enabled(featureTrustSetAuth, ctx_.app.config().features)) || ! bSetAuth))
|
||||
(! (view().rules().enabled(featureTrustSetAuth)) || ! bSetAuth))
|
||||
{
|
||||
JLOG(j_.trace()) <<
|
||||
"Redundant: Setting non-existent ripple line to defaults.";
|
||||
|
||||
Reference in New Issue
Block a user