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:
Vinnie Falco
2015-07-16 09:54:10 -07:00
parent eb49e1bf47
commit 0cf58cc505
19 changed files with 269 additions and 56 deletions

View File

@@ -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)
{
}