Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trigger build #688

2 changes: 1 addition & 1 deletion routes/admin_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ func (fes *APIServer) _handleConnectDeSoNode(
// Note: We don't need to acquire the ChainLock because our parent does it.

// Grab the ChainLock since we might do a blockchain lookup below.
locator := fes.blockchain.LatestLocator(fes.blockchain.HeaderTip())
locator := fes.blockchain.LatestHeaderLocator()

desoPeer.AddDeSoMessage(&lib.MsgDeSoGetHeaders{
StopHash: &lib.BlockHash{},
Expand Down
Loading