C-Otto/lnd-manageJ

Bug: false positives ("Node has been online" warning) for new channels

C-Otto opened this issue · 0 comments

Describe the bug
The warning "Node has been online ..." appears if we had a channel to that peer before, which has been closed. When a new channel is opened, the warning appears.

To Reproduce
Open channel, wait for online status to be captured by lnd-manageJ. Close channel. Wait 13 days. Open channel to same peer. Check warnings.

Expected behavior
The computation should not take the (offline) time between closing the old and opening the new channel into account, i.e. the warning should not be shown.