diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2012-08-13 07:02:44 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2012-11-13 21:18:32 +0000 |
commit | f3a84c3a6b22cfcf4fdcf187997e87b96a910318 (patch) | |
tree | e597626f88495393e88a82ee11cb8fe37046a57e /src/net.h | |
parent | f2b12807d04e981d0a252cbda6ba80c87a809d6e (diff) |
Abstract block hash substr extraction (for debug.log) into BlockHashStr inline
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -67,12 +67,6 @@ void SetReachable(enum Network net, bool fFlag = true); CAddress GetLocalAddress(const CNetAddr *paddrPeer = NULL); -enum -{ - MSG_TX = 1, - MSG_BLOCK, -}; - /** Thread types */ enum threadId { |