mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +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:
@@ -1025,7 +1025,8 @@ public:
|
||||
{
|
||||
testcase("Path Find: CNY");
|
||||
using namespace jtx;
|
||||
Env env{*this, supported_features_except(featureFlow)};
|
||||
Env env{*this,
|
||||
supported_amendments().reset(featureFlow)};
|
||||
|
||||
Account A1 {"A1"};
|
||||
Account A2 {"A2"};
|
||||
|
||||
Reference in New Issue
Block a user