diff --git a/brontide/noise.go b/brontide/noise.go index e4bb684c..4c4ab1ea 100644 --- a/brontide/noise.go +++ b/brontide/noise.go @@ -338,7 +338,7 @@ type BrontideMachine struct { func NewBrontideMachine(initiator bool, localPub *btcec.PrivateKey, remotePub *btcec.PublicKey) *BrontideMachine { - handshake := newHandshakeState(initiator, []byte("bitcoin"), localPub, + handshake := newHandshakeState(initiator, []byte("lightning"), localPub, remotePub) return &BrontideMachine{handshakeState: handshake}