keys table, new ledger_data algorithm

This commit is contained in:
CJ Cobb
2021-01-20 14:39:32 -05:00
parent e8332b17dc
commit 176f91e15c
5 changed files with 607 additions and 47 deletions

View File

@@ -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;