rm extra word segwit, s/segwit segwit/segwit
This commit is contained in:
parent
feee952cd3
commit
a1d1ea70dd
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ func (sp *serverPeer) OnVersion(_ *peer.Peer, msg *wire.MsgVersion) {
|
||||||
|
|
||||||
if segwitActive && !sp.IsWitnessEnabled() {
|
if segwitActive && !sp.IsWitnessEnabled() {
|
||||||
peerLog.Infof("Disconnecting non-segwit "+
|
peerLog.Infof("Disconnecting non-segwit "+
|
||||||
"peer %v, isn't segwit segwit enabled and "+
|
"peer %v, isn't segwit enabled and "+
|
||||||
"we need more segwit enabled peers", sp)
|
"we need more segwit enabled peers", sp)
|
||||||
sp.Disconnect()
|
sp.Disconnect()
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue