mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
fix: Switch Permissioned Domain to Supported::yes (#5287)
Switch Permissioned Domain feature's supported flag from Supported::no to Supported::yes for it to be votable.
This commit is contained in:
@@ -54,7 +54,8 @@ exceptionExpected(Env& env, Json::Value const& jv)
|
||||
|
||||
class PermissionedDomains_test : public beast::unit_test::suite
|
||||
{
|
||||
FeatureBitset withoutFeature_{supported_amendments()};
|
||||
FeatureBitset withoutFeature_{
|
||||
supported_amendments() - featurePermissionedDomains};
|
||||
FeatureBitset withFeature_{
|
||||
supported_amendments() //
|
||||
| featurePermissionedDomains | featureCredentials};
|
||||
|
||||
Reference in New Issue
Block a user