chore: Address review comments

This commit is contained in:
TimothyBanks
2026-08-19 16:04:31 -04:00
parent ec64f23736
commit 82876ca47c
47 changed files with 455 additions and 320 deletions

View File

@@ -12,9 +12,9 @@
namespace xrpl::test {
struct TxNestedArrayLenImpl : WasmImplTest
struct TxNestedArrayLenImpl : RealHostFixture
{
using WasmImplTest::makeHost;
using RealHostFixture::makeHost;
WasmHost
makeHost(Account const& acct)