refactor: Modularize app/tx (#6228)

This commit is contained in:
Jingchen
2026-02-17 18:10:07 +00:00
committed by GitHub
parent 36240116a5
commit 0976b2b68b
243 changed files with 486 additions and 548 deletions

View File

@@ -5,8 +5,6 @@
#include <test/jtx/multisign.h>
#include <test/jtx/xchain_bridge.h>
#include <xrpld/app/tx/apply.h>
#include <xrpl/beast/unit_test.h>
#include <xrpl/json/json_value.h>
#include <xrpl/protocol/AccountID.h>
@@ -15,6 +13,7 @@
#include <xrpl/protocol/jss.h>
#include <source_location>
namespace xrpl {
namespace test {