mirror of
https://github.com/btcsuite/btcd.git
synced 2025-03-26 01:29:30 +01:00
adding a disconnect from peer which is freezing the sync from proceeding further
This commit is contained in:
parent
2be2f12b35
commit
7b8c347040
1 changed files with 1 additions and 0 deletions
|
@ -1476,6 +1476,7 @@ out:
|
|||
// command.
|
||||
p.PushRejectMsg("malformed", wire.RejectMalformed, errMsg, nil,
|
||||
true)
|
||||
p.Disconnect()
|
||||
}
|
||||
break out
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue