diff options
| author | Luke Dashjr <[email protected]> | 2012-08-13 07:02:44 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2012-11-13 21:18:32 +0000 |
| commit | f3a84c3a6b22cfcf4fdcf187997e87b96a910318 (patch) | |
| tree | e597626f88495393e88a82ee11cb8fe37046a57e /src/protocol.h | |
| parent | Merge pull request #1479 from Diapolo/wallet_add_GetImmatureCredit (diff) | |
| download | discoin-f3a84c3a6b22cfcf4fdcf187997e87b96a910318.tar.xz discoin-f3a84c3a6b22cfcf4fdcf187997e87b96a910318.zip | |
Abstract block hash substr extraction (for debug.log) into BlockHashStr inline
Diffstat (limited to 'src/protocol.h')
| -rw-r--r-- | src/protocol.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/protocol.h b/src/protocol.h index 36f8b144c..96fd197ec 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__ |