Skip to content

Fix race in host/negotiate.go

Christopher Schinnerl requested to merge host-race-fix into master

The MR that started setting the blockHeight introduced a race condition because the blockHeight is not grabbed under a lock. This MR should fix that.

Merge request reports