Skip to content

Commit 564c057

Browse files
committed
Update fee after channel becomes active
1 parent c34c042 commit 564c057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htlcswitch/link.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ func (l *channelLink) Start() error {
533533
}()
534534
}
535535

536-
l.updateFeeTimer = time.NewTimer(l.randomFeeUpdateTimeout())
536+
l.updateFeeTimer = time.NewTimer(0)
537537

538538
l.wg.Add(1)
539539
go l.htlcManager()

0 commit comments

Comments
 (0)