Skip to content

Commit

Permalink
Constants
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev committed Feb 13, 2024
1 parent 11552cb commit 5927a95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nano/node/blockprocessor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ class block_processor final
class context
{
public:
context (std::shared_ptr<block> block, block_source source);
context (std::shared_ptr<nano::block> block, block_source source);

std::shared_ptr<block> block;
std::shared_ptr<nano::block> const block;
block_source const source;
std::chrono::steady_clock::time_point const arrival{ std::chrono::steady_clock::now () };

Expand Down

0 comments on commit 5927a95

Please sign in to comment.