stakwork / sphinx-key

Lightning hardware signer on ESP32
29 stars 1 forks source link

collect mqtt bytes into `Vec<Vec<u8>>` #139

Closed irriden closed 9 months ago

irriden commented 10 months ago

See commit message for eee088933a17b6c4bcc60036ee9422f8078f0b17

This for sure works - now I need to think about what we want to do about LSS and Control messages. For now I just flatten the Vec<Vec<u8> before passing it on.

Evanfeenstra commented 10 months ago

LGTM

irriden commented 9 months ago

overriden by #140