Skip to content

Commit

Permalink
Generalise the function signature of ApplyView::dirInsert method
Browse files Browse the repository at this point in the history
  • Loading branch information
ckeshava committed May 26, 2023
1 parent c6d98e6 commit 85ff704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ripple/ledger/ApplyView.h
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ class ApplyView : public ReadView
std::optional<std::uint64_t>
dirInsert(
Keylet const& directory,
Keylet const& key,
KeyletBase const& key,
std::function<void(std::shared_ptr<SLE> const&)> const& describe)
{
return dirAdd(false, directory, key.key, describe);
Expand Down

0 comments on commit 85ff704

Please sign in to comment.