X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fserialize.h;h=7eb17c89e3c5118970828e141eab88dffdf899cd;hp=f3b5a708aad1d401e55efb026d30c26dc3461062;hb=3b3a4cb430cf5a7e3665faeaec0ae882b0650336;hpb=47bb141bf2d589db630ac1a917189b05b75b80d0 diff --git a/src/serialize.h b/src/serialize.h index f3b5a70..7eb17c8 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -58,7 +58,7 @@ enum // modifiers SER_SKIPSIG = (1 << 16), - SER_BLOCKHEADERONLY = (1 << 17), + SER_BLOCKHEADERONLY = (1 << 17) };