mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-29 18:10:30 +00:00
keys table, new ledger_data algorithm
This commit is contained in:
@@ -444,7 +444,9 @@ public:
|
||||
backend.store(
|
||||
std::move(*obj.mutable_key()),
|
||||
request_.ledger().sequence(),
|
||||
std::move(*obj.mutable_data()));
|
||||
std::move(*obj.mutable_data()),
|
||||
true,
|
||||
false);
|
||||
}
|
||||
|
||||
return more ? CallStatus::MORE : CallStatus::DONE;
|
||||
|
||||
Reference in New Issue
Block a user