mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
Abstract block hash substr extraction (for debug.log) into BlockHashStr inline
This commit is contained in:
@@ -134,4 +134,10 @@ class CInv
|
||||
uint256 hash;
|
||||
};
|
||||
|
||||
enum
|
||||
{
|
||||
MSG_TX = 1,
|
||||
MSG_BLOCK,
|
||||
};
|
||||
|
||||
#endif // __INCLUDED_PROTOCOL_H__
|
||||
|
||||
Reference in New Issue
Block a user