mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 14:40:51 +02:00
lnwire: remove no longer used initiator field
This commit is contained in:
committed by
yyforyongyu
parent
6b80796bb8
commit
c6861770de
@@ -817,7 +817,6 @@ var _ TestMessage = (*DynPropose)(nil)
|
||||
func (dp *DynPropose) RandTestMessage(t *rapid.T) Message {
|
||||
msg := &DynPropose{
|
||||
ChanID: RandChannelID(t),
|
||||
Initiator: rapid.Bool().Draw(t, "initiator"),
|
||||
ExtraData: RandExtraOpaqueData(t, nil),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user