Skip to content

Commit 2c30247

Browse files
authored
change fixPriceOracleOrder to Supported::yes (#5749)
1 parent a12f5de commit 2c30247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xrpl/protocol/detail/features.macro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ XRPL_FIX (IncludeKeyletFields, Supported::no, VoteBehavior::DefaultNo
3636
XRPL_FEATURE(DynamicMPT, Supported::no, VoteBehavior::DefaultNo)
3737
XRPL_FIX (TokenEscrowV1, Supported::yes, VoteBehavior::DefaultNo)
3838
XRPL_FIX (DelegateV1_1, Supported::no, VoteBehavior::DefaultNo)
39-
XRPL_FIX (PriceOracleOrder, Supported::no, VoteBehavior::DefaultNo)
39+
XRPL_FIX (PriceOracleOrder, Supported::yes, VoteBehavior::DefaultNo)
4040
XRPL_FIX (MPTDeliveredAmount, Supported::no, VoteBehavior::DefaultNo)
4141
XRPL_FIX (AMMClawbackRounding, Supported::yes, VoteBehavior::DefaultNo)
4242
XRPL_FEATURE(TokenEscrow, Supported::yes, VoteBehavior::DefaultNo)

0 commit comments

Comments
 (0)