Skip to content

Commit

Permalink
fixed log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Duffield committed Feb 13, 2015
1 parent 70c4e0b commit bdbdbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2857,7 +2857,7 @@ bool CheckBlock(const CBlock& block, CValidationState& state, bool fCheckPOW, bo
}
}
} else {
LogPrintf("CheckBlock() : fork detected, skipping transaction locking checks\n");
LogPrintf("CheckBlock() : skipping transaction locking checks\n");
}


Expand Down

0 comments on commit bdbdbf9

Please sign in to comment.