lnwire: remove no longer used initiator field

This commit is contained in:
Keagan McClelland
2024-09-13 16:27:59 -07:00
committed by yyforyongyu
parent 6b80796bb8
commit c6861770de
2 changed files with 1 additions and 12 deletions

View File

@@ -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),
}