mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 11:45:53 +00:00
remove unused offers code
This commit is contained in:
@@ -204,10 +204,7 @@ protected:
|
||||
writeLedgerObject(
|
||||
std::string&& key,
|
||||
uint32_t seq,
|
||||
std::string&& blob,
|
||||
bool isCreated,
|
||||
bool isDeleted,
|
||||
std::optional<ripple::uint256>&& book) const;
|
||||
std::string&& blob) const;
|
||||
|
||||
virtual void
|
||||
writeTransaction(
|
||||
@@ -263,10 +260,7 @@ private:
|
||||
doWriteLedgerObject(
|
||||
std::string&& key,
|
||||
uint32_t seq,
|
||||
std::string&& blob,
|
||||
bool isCreated,
|
||||
bool isDeleted,
|
||||
std::optional<ripple::uint256>&& book) const = 0;
|
||||
std::string&& blob) const = 0;
|
||||
|
||||
virtual bool
|
||||
doFinishWrites() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user