From e754cf4133c9c97e320ae5dec394e338524e650b Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Wed, 14 Nov 2012 22:18:10 +0100 Subject: Split off CBlockHeader from CBlock Cleaner and removes the need for the application-specific flags in serialize.h. --- src/serialize.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/serialize.h') diff --git a/src/serialize.h b/src/serialize.h index 9e14666fac..f2626281c1 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -50,10 +50,6 @@ enum SER_NETWORK = (1 << 0), SER_DISK = (1 << 1), SER_GETHASH = (1 << 2), - - // modifiers - SER_SKIPSIG = (1 << 16), - SER_BLOCKHEADERONLY = (1 << 17), }; #define IMPLEMENT_SERIALIZE(statements) \ -- cgit v1.2.3