Merge branch 'ripple/se/fees' into ripple/smart-escrow

This commit is contained in:
Mayukha Vadari
2026-01-06 17:22:42 -05:00
committed by GitHub
1297 changed files with 6764 additions and 6788 deletions

View File

@@ -1,6 +1,6 @@
#include <xrpl/ledger/ApplyViewImpl.h>
namespace ripple {
namespace xrpl {
ApplyViewImpl::ApplyViewImpl(ReadView const* base, ApplyFlags flags)
: ApplyViewBase(base, flags)
@@ -46,4 +46,4 @@ ApplyViewImpl::visit(
items_.visit(to, func);
}
} // namespace ripple
} // namespace xrpl