Skip to content

Commit

Permalink
comment tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
spoonincode committed Jun 4, 2024
1 parent 767a5c7 commit 020ceed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ class session final : public session_base {
GetBlock get_block;

///these items might be used on either the strand or main thread
std::atomic_flag has_logged_exception; //TODO, this doesn't get used on anything but the strand now
std::atomic_flag has_logged_exception; //as is right now, this doesn't get used on anything but the strand
OnDone on_done;
fc::logger& logger;
const std::string remote_endpoint_string;
Expand Down

0 comments on commit 020ceed

Please sign in to comment.