diff options
Diffstat (limited to 'lds/peer.go')
-rw-r--r-- | lds/peer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lds/peer.go b/lds/peer.go index f8d89089c..5427855f6 100644 --- a/lds/peer.go +++ b/lds/peer.go @@ -389,7 +389,7 @@ func (p *peer) sendReceiveHandshake(sendList keyValueList) (keyValueList, error) // Handshake executes the les protocol handshake, negotiating version number, // network IDs, difficulties, head and genesis blocks. -func (p *peer) Handshake(td *big.Int, head common.Hash, headNum uint64, genesis common.Hash, server *LesServer) error { +func (p *peer) Handshake(td *big.Int, head common.Hash, headNum uint64, genesis common.Hash, server *LdsServer) error { p.lock.Lock() defer p.lock.Unlock() |