harmony
harmony copied to clipboard
Removed lock acquiring for the method BlockCommitSigs.
Method FBFTLog uses lock internally, so it could cause deadlock. Moved lock acquiring down to the error handling.