From 2405a3353c9408f5d5b79db8e008f7664f16a1ce Mon Sep 17 00:00:00 2001 From: Bart <11445373+bthomee@users.noreply.github.com> Date: Fri, 24 Apr 2026 09:52:39 -0400 Subject: [PATCH] Add [[nodiscard]] to getNodeFat --- include/xrpl/shamap/SHAMap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xrpl/shamap/SHAMap.h b/include/xrpl/shamap/SHAMap.h index dee269d2db..f76eac15b6 100644 --- a/include/xrpl/shamap/SHAMap.h +++ b/include/xrpl/shamap/SHAMap.h @@ -267,7 +267,7 @@ public: std::vector> getMissingNodes(int maxNodes, SHAMapSyncFilter* filter); - bool + [[nodiscard]] bool getNodeFat( SHAMapNodeID const& wanted, std::vector& data,