Formatting.
This commit is contained in:
parent
9f2f1b0cf8
commit
81afa059f8
1 changed files with 2 additions and 0 deletions
|
|
@ -267,9 +267,11 @@ public:
|
||||||
uint64_t timestamp () const;
|
uint64_t timestamp () const;
|
||||||
static uint64_t constexpr timestamp_max = { 0xffff'ffff'ffff'ffffULL };
|
static uint64_t constexpr timestamp_max = { 0xffff'ffff'ffff'ffffULL };
|
||||||
static uint64_t constexpr timestamp_min = { 0x0000'0000'0000'0001ULL };
|
static uint64_t constexpr timestamp_min = { 0x0000'0000'0000'0001ULL };
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// Vote timestamp
|
// Vote timestamp
|
||||||
uint64_t timestamp_m;
|
uint64_t timestamp_m;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
// The blocks, or block hashes, that this vote is for
|
// The blocks, or block hashes, that this vote is for
|
||||||
std::vector<boost::variant<std::shared_ptr<nano::block>, nano::block_hash>> blocks;
|
std::vector<boost::variant<std::shared_ptr<nano::block>, nano::block_hash>> blocks;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue