oxen-core/src/p2p
Jason Rhinelander f5a57cdf16 Simplify code slightly to avoid linker warning about uninitialized value
It can't be uninitialized given the logic here, but an std::optional
(rather that using separate bool and value variables) simplifies the
code and avoids the warning.

Also removes some dead code (the ASSERT just before it makes sure we
can't enter the deleted `else`).
2020-09-24 22:55:25 -03:00
..
CMakeLists.txt Replace boost chrono & posix_time with stl chrono 2020-07-02 12:52:13 -03:00
net_node.cpp Pulse: Queue Block Gen code review 2020-08-18 11:59:53 +10:00
net_node.h Pulse: Queue Block Gen code review 2020-08-18 11:59:53 +10:00
net_node.inl Simplify code slightly to avoid linker warning about uninitialized value 2020-09-24 22:55:25 -03:00
net_node_common.h Merge commit '98af2e954b78dc7607d0236a9db84b2143a33a90' into MergeUpstream3 2020-05-19 11:04:48 +10:00
net_peerlist.cpp Revert shared_mutex to recursive_mutex (#1193) 2020-07-13 11:15:35 +10:00
net_peerlist.h Revert shared_mutex to recursive_mutex (#1193) 2020-07-13 11:15:35 +10:00
net_peerlist_boost_serialization.h daemon, wallet: new pay for RPC use system 2019-10-25 09:34:38 +00:00
p2p_protocol_defs.h Merge commit 'c038cc8b791ffb4bcd5f13e47de1ea98815059fe' into MergeUpstream3 2020-05-28 12:23:19 +10:00