multi: preliminary changes towards integrating the new RBF close protocol feature #17632
Annotations
10 errors
lint:
log.go#L50
could not import github.com/lightningnetwork/lnd/protofsm (-: # github.com/lightningnetwork/lnd/protofsm
|
lint:
protofsm/state_machine.go#L256
cannot use msg (variable of type lnwire.Message) as msgmux.PeerMsg value in argument to mapper.MapMsg: need type assertion
|
lint:
protofsm/state_machine.go#L285
cannot use msg (variable of type lnwire.Message) as msgmux.PeerMsg value in argument to mapper.MapMsg: need type assertion) (typecheck)
|
lint:
lnwallet/chancloser/rbf_coop_states.go#L18
could not import github.com/lightningnetwork/lnd/protofsm (-: # github.com/lightningnetwork/lnd/protofsm
|
lint:
protofsm/state_machine.go#L256
cannot use msg (variable of type lnwire.Message) as msgmux.PeerMsg value in argument to mapper.MapMsg: need type assertion
|
lint:
protofsm/state_machine.go#L285
cannot use msg (variable of type lnwire.Message) as msgmux.PeerMsg value in argument to mapper.MapMsg: need type assertion) (typecheck)
|
lint:
lnwallet/chancloser/rbf_coop_transitions.go#L554
transition.NextState undefined (type *CloseStateTransition has no field or method NextState) (typecheck)
|
lint:
lnwallet/chancloser/rbf_coop_transitions.go#L557
transition.NextState undefined (type *CloseStateTransition has no field or method NextState) (typecheck)
|
lint:
lnwallet/chancloser/rbf_coop_transitions.go#L567
transition.NewEvents undefined (type *CloseStateTransition has no field or method NewEvents) (typecheck)
|
lint:
lnwallet/chancloser/rbf_coop_test.go#L148
closeHarness.chanCloser.SendEvent undefined (type *RbfChanCloser has no field or method SendEvent) (typecheck)
|
Loading