mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Remove const
This commit is contained in:
@@ -70,7 +70,7 @@ DatabaseNodeImp::fetchBatch(std::vector<uint256> const& hashes)
|
||||
batch.push_back(&hash);
|
||||
}
|
||||
|
||||
std::vector<std::shared_ptr<NodeObject>> const results = backend_->fetchBatch(batch).first;
|
||||
auto results = backend_->fetchBatch(batch).first;
|
||||
for (size_t i = 0; i < results.size(); ++i)
|
||||
{
|
||||
if (!results[i])
|
||||
|
||||
Reference in New Issue
Block a user