stakwork / sphinx-key

Lightning hardware signer on ESP32
28 stars 1 forks source link

broker: fix LSS getting out of step when new signer connects #125

Closed irriden closed 10 months ago

irriden commented 10 months ago

See comments below.

One other way to do this would have been to put some kind of lock across a full VLS + LSS round, and prevent any reconnect dances during it. I think this approach here is simpler and better to work with.

irriden commented 10 months ago

This should close #112, #107