Remove conditionals for fix1368 enabled 31Mar2017

This commit is contained in:
Scott Schurr
2020-02-27 14:12:13 -08:00
parent 3e870866e0
commit e93a44fe9b
4 changed files with 8 additions and 13 deletions

View File

@@ -1291,7 +1291,7 @@ struct Flow_test : public beast::unit_test::suite
testSelfFundedXRPEndpoint(false, features);
testSelfFundedXRPEndpoint(true, features);
testUnfundedOffer(features);
testReexecuteDirectStep(features | fix1368);
testReexecuteDirectStep(features);
testSelfPayLowQualityOffer(features);
}