We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59cc66a commit dc70c1eCopy full SHA for dc70c1e
src/addrman.h
@@ -106,7 +106,7 @@ class AddrMan
106
* @param[in] in_new Select addresses only from one table (true = new, false = tried, nullopt = both)
107
* @return Number of unique addresses that match specified options.
108
*/
109
- size_t Size(std::optional<Network> net = {}, std::optional<bool> in_new = {}) const;
+ size_t Size(std::optional<Network> net = std::nullopt, std::optional<bool> in_new = std::nullopt) const;
110
111
/**
112
* Attempt to add one or more addresses to addrman's new table.
0 commit comments