mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add Rules to ReadView:
An instance of Rules provides information on the tx processing rules in a particular ledger. * OpenView allows rules to be set on construction. Conflicts: src/ripple/unity/ledger.cpp
This commit is contained in:
@@ -20,12 +20,12 @@
|
||||
#include <BeastConfig.h>
|
||||
#include <ripple/ledger/ApplyViewImpl.h>
|
||||
#include <ripple/basics/contract.h>
|
||||
#include <cassert>
|
||||
|
||||
namespace ripple {
|
||||
|
||||
ApplyViewImpl::ApplyViewImpl(
|
||||
ReadView const* base,
|
||||
ApplyFlags flags)
|
||||
ReadView const* base, ApplyFlags flags)
|
||||
: ApplyViewBase (base, flags)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user