From 632df895d48fb5dc73fa54962d8d963c86033aee Mon Sep 17 00:00:00 2001 From: Richard Holland Date: Fri, 5 Jun 2026 15:59:57 +1000 Subject: [PATCH] use pair for consistency --- src/xrpld/app/hook/applyHook.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xrpld/app/hook/applyHook.h b/src/xrpld/app/hook/applyHook.h index 97b0e5e92..df553d2ea 100644 --- a/src/xrpld/app/hook/applyHook.h +++ b/src/xrpld/app/hook/applyHook.h @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include @@ -175,7 +175,7 @@ struct HookResult false; // hook_again allows strong pre-apply to nominate // additional weak post-apply execution std::shared_ptr provisionalMeta; - std::set> + std::set> foreignStateGrantCache; // add found grants here to avoid rechecking };