Merge branch 'develop' into dangell7/batch-v1

This commit is contained in:
Denis Angell
2026-03-19 19:54:44 +01:00
committed by GitHub
616 changed files with 64237 additions and 1632 deletions

View File

@@ -59,7 +59,7 @@ class Simulate_test : public beast::unit_test::suite
int const expectedSequence,
XRPAmount const& expectedFee)
{
return checkBasicReturnValidity(
checkBasicReturnValidity(
result, tx, expectedSequence, expectedFee.jsonClipped().asString());
}