Skip to content

Commit 32503b4

Browse files
committed
staticaddr: loop-in manager and fsm
1 parent 2fe6195 commit 32503b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

staticaddr/loopin/actions.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ func (f *FSM) InitHtlcAction(_ fsm.EventContext) fsm.EventType {
146146
err = fmt.Errorf("unable to convert server nonces: %w", err)
147147
return f.HandleError(err)
148148
}
149+
149150
f.htlcServerNoncesHighFee, err = toNonces(
150151
loopInResp.HtlcServerNoncesHighFee,
151152
)

0 commit comments

Comments
 (0)