Skip to content

Commit

Permalink
Fix crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Warchant committed Mar 8, 2017
1 parent 754d450 commit 3fe3c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/consensus/sumeragi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ namespace sumeragi {
std::thread([action, sleepMillisecs]() {
std::this_thread::sleep_for(std::chrono::milliseconds(sleepMillisecs));
action();
});
}).join();
}

/**
Expand Down

0 comments on commit 3fe3c3a

Please sign in to comment.