Merge remote-tracking branch 'upstream/develop' into sponsor

This commit is contained in:
tequ
2026-01-07 10:57:58 +09:00
1463 changed files with 24703 additions and 75281 deletions

View File

@@ -5,7 +5,7 @@
#include <xrpl/protocol/Feature.h>
#include <xrpl/protocol/Permissions.h>
namespace ripple {
namespace xrpl {
namespace test {
class Delegate_test : public beast::unit_test::suite
{
@@ -1809,6 +1809,6 @@ class Delegate_test : public beast::unit_test::suite
testTxReqireFeatures(all);
}
};
BEAST_DEFINE_TESTSUITE(Delegate, app, ripple);
BEAST_DEFINE_TESTSUITE(Delegate, app, xrpl);
} // namespace test
} // namespace ripple
} // namespace xrpl