From 81afa059f8ed24f25a02c7df4248151c7ca36010 Mon Sep 17 00:00:00 2001 From: clemahieu Date: Thu, 28 Oct 2021 01:01:38 +0100 Subject: [PATCH] Formatting. --- nano/secure/common.hpp | 2 ++ 1 file changed, 2 insertions(+) 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;