mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove trailing spaces.
This commit is contained in:
committed by
Nik Bougalis
parent
9e69bd5c56
commit
32ec3fe089
@@ -60,7 +60,6 @@ doapply(OpenView& view, STTx const& tx,
|
|||||||
/** Apply a transaction to a ReadView.
|
/** Apply a transaction to a ReadView.
|
||||||
|
|
||||||
Throws:
|
Throws:
|
||||||
|
|
||||||
Does not throw.
|
Does not throw.
|
||||||
|
|
||||||
For open ledgers, the Transactor will catch and
|
For open ledgers, the Transactor will catch and
|
||||||
|
|||||||
@@ -72,8 +72,6 @@ private:
|
|||||||
std::pair<LedgerHash, LedgerMeta> latest_; // last fully validated
|
std::pair<LedgerHash, LedgerMeta> latest_; // last fully validated
|
||||||
boost::container::flat_set<BasicHorizon*> connections_;
|
boost::container::flat_set<BasicHorizon*> connections_;
|
||||||
|
|
||||||
//boost::container::flat_set<
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit
|
explicit
|
||||||
Logic (Store& store, beast::Journal journal);
|
Logic (Store& store, beast::Journal journal);
|
||||||
|
|||||||
Reference in New Issue
Block a user