Skip to content

Commit 1e8f093

Browse files
committed
Change XChainBridge to Supported::yes
1 parent 6bf66c9 commit 1e8f093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ripple/protocol/impl/Feature.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ REGISTER_FIX (fixNFTokenRemint, Supported::yes, VoteBehavior::De
455455
REGISTER_FIX (fixReducedOffersV1, Supported::yes, VoteBehavior::DefaultNo);
456456
REGISTER_FEATURE(Clawback, Supported::yes, VoteBehavior::DefaultNo);
457457
REGISTER_FEATURE(AMM, Supported::yes, VoteBehavior::DefaultNo);
458-
REGISTER_FEATURE(XChainBridge, Supported::no, VoteBehavior::DefaultNo);
458+
REGISTER_FEATURE(XChainBridge, Supported::yes, VoteBehavior::DefaultNo);
459459

460460
// The following amendments are obsolete, but must remain supported
461461
// because they could potentially get enabled.

0 commit comments

Comments
 (0)