From f3a84c3a6b22cfcf4fdcf187997e87b96a910318 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Mon, 13 Aug 2012 07:02:44 +0000 Subject: Abstract block hash substr extraction (for debug.log) into BlockHashStr inline --- src/protocol.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/protocol.h') diff --git a/src/protocol.h b/src/protocol.h index 36f8b144cd..96fd197ecd 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -134,4 +134,10 @@ class CInv uint256 hash; }; +enum +{ + MSG_TX = 1, + MSG_BLOCK, +}; + #endif // __INCLUDED_PROTOCOL_H__ -- cgit v1.2.3