mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add STAmount switchover support to tx queue:
* RIPD-1513 * New fix1513 amendment
This commit is contained in:
@@ -1942,7 +1942,7 @@ public:
|
||||
.set("minimum_txn_in_ledger_standalone", "3");
|
||||
return cfg;
|
||||
}),
|
||||
with_features(featureFeeEscalation)};
|
||||
with_features(featureFeeEscalation, fix1513)};
|
||||
LoadFeeTrack const& feeTrack = env.app().getFeeTrack();
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user