From 85ff704089d658da75e19dbcbfcc8b359393879c Mon Sep 17 00:00:00 2001 From: Chenna Keshava Date: Fri, 26 May 2023 15:58:36 -0700 Subject: [PATCH] Generalise the function signature of ApplyView::dirInsert method --- src/ripple/ledger/ApplyView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/ledger/ApplyView.h b/src/ripple/ledger/ApplyView.h index f7578411a23..e75405e8e2d 100644 --- a/src/ripple/ledger/ApplyView.h +++ b/src/ripple/ledger/ApplyView.h @@ -343,7 +343,7 @@ class ApplyView : public ReadView std::optional dirInsert( Keylet const& directory, - Keylet const& key, + KeyletBase const& key, std::function const&)> const& describe) { return dirAdd(false, directory, key.key, describe);