mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Modularize app/tx:
* Move LedgerView declaration * Move CrossType * Move Clock declaration * Move Quality to protocol/ * Move Amounts to protocol/ * Move book to tx/impl * Remove 0.27 legacy support * Remove unused AmountType * Remove core namespace * Use STAmount
This commit is contained in:
@@ -20,8 +20,9 @@
|
||||
#ifndef RIPPLE_APP_MISC_AMENDMENTTABLE_H_INCLUDED
|
||||
#define RIPPLE_APP_MISC_AMENDMENTTABLE_H_INCLUDED
|
||||
|
||||
#include <ripple/app/book/Types.h>
|
||||
#include <ripple/app/ledger/Ledger.h>
|
||||
#include <ripple/app/misc/Validations.h>
|
||||
#include <ripple/protocol/Protocol.h>
|
||||
|
||||
namespace ripple {
|
||||
|
||||
@@ -101,9 +102,9 @@ public:
|
||||
bool mSupported{false};
|
||||
bool mDefault{false}; // Include in genesis ledger
|
||||
|
||||
core::Clock::time_point
|
||||
Clock::time_point
|
||||
m_firstMajority{0}; // First time we saw a majority (close time)
|
||||
core::Clock::time_point
|
||||
Clock::time_point
|
||||
m_lastMajority{0}; // Most recent time we saw a majority (close time)
|
||||
|
||||
std::string mFriendlyName;
|
||||
|
||||
Reference in New Issue
Block a user