mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-05 16:57:56 +00:00
Mark featureSingleAssetVault as Supported::no
This commit is contained in:
@@ -78,8 +78,8 @@ class Invariants_test : public beast::unit_test::suite
|
||||
Preclose const& preclose = {})
|
||||
{
|
||||
using namespace test::jtx;
|
||||
FeatureBitset amendments =
|
||||
supported_amendments() | featureInvariantsV1_1;
|
||||
FeatureBitset amendments = supported_amendments() |
|
||||
featureInvariantsV1_1 | featureSingleAssetVault;
|
||||
Env env{*this, amendments};
|
||||
|
||||
Account const A1{"A1"};
|
||||
|
||||
Reference in New Issue
Block a user