mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Refactor FeatureBitset:
* Remove composite helper functions * Add set difference and Bitset/uint256 operators * Convert tests to use new feature bitset set difference operator
This commit is contained in:
@@ -150,7 +150,7 @@ public:
|
||||
void testEvolution()
|
||||
{
|
||||
using namespace test::jtx;
|
||||
Env env {*this, no_features}; //the hashes being checked below assume
|
||||
Env env {*this, FeatureBitset{}}; //the hashes being checked below assume
|
||||
//no amendments
|
||||
Account const gw { "gateway" };
|
||||
auto const USD = gw["USD"];
|
||||
|
||||
Reference in New Issue
Block a user