Skip to content

Commit

Permalink
rm extra word segwit, s/segwit segwit/segwit
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Weidenbaum committed Aug 26, 2017
1 parent feee952 commit a1d1ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ func (sp *serverPeer) OnVersion(_ *peer.Peer, msg *wire.MsgVersion) {

if segwitActive && !sp.IsWitnessEnabled() {
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)
sp.Disconnect()
return
Expand Down

0 comments on commit a1d1ea7

Please sign in to comment.