mit-dci / lit

Lightning Network node software
MIT License
551 stars 119 forks source link

Don't do anything if we don't enable --tower #261

Closed Varunram closed 6 years ago

Varunram commented 6 years ago

Earlier nodes could remotely shut down a non tower peer peer by sending them tower messages. Now, we just ignore those messages. We could store it in some local db and give it to them for niceness (since they don't know we aren't a watchtower and we don't / can't tell them right now).

Varunram commented 6 years ago

Issue: #256

adiabat commented 6 years ago

cool... would also be good to get the watchtower functionality working again & robust