diff options
author | Martin Zumsande <mzumsande@gmail.com> | 2021-05-31 22:49:42 +0200 |
---|---|---|
committer | Martin Zumsande <mzumsande@gmail.com> | 2021-07-12 02:16:45 +0200 |
commit | c34ad3309f93979b274a37de013502b05d25fad8 (patch) | |
tree | 003e8754ab4add0aadc72107983134560a6ec851 /src/net.h | |
parent | 533500d9072b7d5a36a6491784bdeb9247e91fb0 (diff) |
net, rpc: Enable AddrFetch connections for functional testing
Co-authored-by: Amiti Uttarwar <amiti@uttarwar.org>
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -890,6 +890,7 @@ public: * * @param[in] address Address of node to try connecting to * @param[in] conn_type ConnectionType::OUTBOUND or ConnectionType::BLOCK_RELAY + * or ConnectionType::ADDR_FETCH * @return bool Returns false if there are no available * slots for this connection: * - conn_type not a supported ConnectionType |