Skip to content

Commit

Permalink
1500
Browse files Browse the repository at this point in the history
  • Loading branch information
takemiyamakoto committed Dec 16, 2016
1 parent 19ad459 commit 9c26e3c
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 @@ -386,7 +386,7 @@ namespace sumeragi {
logger::info("sumeragi", "=+=");
logger::info("sumeragi", "start main loop");

while (true) { // TODO: replace with callback linking the event repository?
while (true) { // 千五百秋 TODO: replace with callback linking the event repository?
if(!repository::event::empty()) {
// Determine node order
determineConsensusOrder();
Expand Down

0 comments on commit 9c26e3c

Please sign in to comment.