mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-30 10:30:19 +00:00
created backend interface. Cassandra derives from it
This commit is contained in:
@@ -457,7 +457,7 @@ public:
|
||||
book->data()[book->size() - 1 - i] = 0x00;
|
||||
}
|
||||
}
|
||||
backend.store(
|
||||
backend.writeLedgerObject(
|
||||
std::move(*obj.mutable_key()),
|
||||
request_.ledger().sequence(),
|
||||
std::move(*obj.mutable_data()),
|
||||
|
||||
Reference in New Issue
Block a user