mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
Fix build error
- New code referenced `isEnabled`, which was renamed in an updated prereq PR
This commit is contained in:
@@ -29,7 +29,7 @@ struct PreflightContext;
|
||||
|
||||
// Lending protocol has dependencies, so capture them here.
|
||||
bool
|
||||
lendingProtocolEnabled(PreflightContext const& ctx);
|
||||
checkLendingProtocolDependencies(PreflightContext const& ctx);
|
||||
|
||||
namespace detail {
|
||||
// These functions should rarely be used directly. More often, the ultimate
|
||||
|
||||
Reference in New Issue
Block a user