Add [[nodiscard]] to getNodeFat

This commit is contained in:
Bart
2026-04-24 09:52:39 -04:00
parent 705622011b
commit 2405a3353c

View File

@@ -267,7 +267,7 @@ public:
std::vector<std::pair<SHAMapNodeID, uint256>>
getMissingNodes(int maxNodes, SHAMapSyncFilter* filter);
bool
[[nodiscard]] bool
getNodeFat(
SHAMapNodeID const& wanted,
std::vector<SHAMapNodeData>& data,