Skip to content

Remove unnecessary lock

Christopher Schinnerl requested to merge LeeSmet:patch-1 into master

Created by: LeeSmet

In the Peers() function, the read lock is already acquired, so this lock is unnecessary.

Merge request reports