Merge remote-tracking branch 'upstream/ripple/wasmi-host-functions' into ripple/se/fees

This commit is contained in:
Mayukha Vadari
2026-01-05 18:51:46 -05:00
1286 changed files with 6729 additions and 6754 deletions

View File

@@ -12,7 +12,7 @@
#include <xrpl/protocol/STTx.h>
#include <xrpl/protocol/SecretKey.h>
namespace ripple {
namespace xrpl {
namespace test {
struct FeeSettingsFields
@@ -1100,7 +1100,7 @@ class FeeVote_test : public beast::unit_test::suite
}
};
BEAST_DEFINE_TESTSUITE(FeeVote, app, ripple);
BEAST_DEFINE_TESTSUITE(FeeVote, app, xrpl);
} // namespace test
} // namespace ripple
} // namespace xrpl