mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-01 16:05:52 +00:00
Change XChainBridge amendment to Supported::yes (#4709)
This commit is contained in:
@@ -478,7 +478,7 @@ REGISTER_FIX (fixRewardClaimFlags, Supported::yes, VoteBehavior::De
|
||||
REGISTER_FIX (fixReducedOffersV1, Supported::yes, VoteBehavior::DefaultNo);
|
||||
REGISTER_FEATURE(Clawback, Supported::yes, VoteBehavior::DefaultNo);
|
||||
REGISTER_FEATURE(AMM, Supported::yes, VoteBehavior::DefaultNo);
|
||||
REGISTER_FEATURE(XChainBridge, Supported::no, VoteBehavior::DefaultNo);
|
||||
REGISTER_FEATURE(XChainBridge, Supported::yes, VoteBehavior::DefaultNo);
|
||||
|
||||
// The following amendments are obsolete, but must remain supported
|
||||
// because they could potentially get enabled.
|
||||
|
||||
@@ -532,7 +532,7 @@ struct XChain_test : public beast::unit_test::suite,
|
||||
// coverage test: BridgeCreate::preflight() - create bridge when feature
|
||||
// disabled.
|
||||
{
|
||||
Env env(*this);
|
||||
Env env(*this, supported_amendments() - featureXChainBridge);
|
||||
env(create_bridge(Account::master, jvb), ter(temDISABLED));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user