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 af68559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/node/blockprocessor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class block_processor final
public:
context (std::shared_ptr<block> block, block_source source);

std::shared_ptr<block> block;
std::shared_ptr<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 af68559

Please # to comment.