diff --git a/nano/secure/common.hpp b/nano/secure/common.hpp index dbf735a6b..b9542bf4d 100644 --- a/nano/secure/common.hpp +++ b/nano/secure/common.hpp @@ -267,9 +267,11 @@ public: uint64_t timestamp () const; static uint64_t constexpr timestamp_max = { 0xffff'ffff'ffff'ffffULL }; static uint64_t constexpr timestamp_min = { 0x0000'0000'0000'0001ULL }; + private: // Vote timestamp uint64_t timestamp_m; + public: // The blocks, or block hashes, that this vote is for std::vector, nano::block_hash>> blocks;