X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fmain.h;h=8bc6a7d60b0e61e52ec43b0e38f8efa9327d859a;hp=5ecc4900da4fd2e3a23178b6c50535aca52c358b;hb=3b3a4cb430cf5a7e3665faeaec0ae882b0650336;hpb=47bb141bf2d589db630ac1a917189b05b75b80d0 diff --git a/src/main.h b/src/main.h index 5ecc490..8bc6a7d 100644 --- a/src/main.h +++ b/src/main.h @@ -427,7 +427,7 @@ enum GetMinFee_mode { GMF_BLOCK, GMF_RELAY, - GMF_SEND, + GMF_SEND }; typedef std::map > MapPrevTx; @@ -1176,7 +1176,7 @@ public: { BLOCK_PROOF_OF_STAKE = (1 << 0), // is proof-of-stake block BLOCK_STAKE_ENTROPY = (1 << 1), // entropy bit for stake modifier - BLOCK_STAKE_MODIFIER = (1 << 2), // regenerated stake modifier + BLOCK_STAKE_MODIFIER = (1 << 2) // regenerated stake modifier }; uint64_t nStakeModifier; // hash modifier for proof-of-stake