stakwork / sphinx-rs

Rust crates for Sphinx Chat
0 stars 0 forks source link

No panics in lss msg deserialization #23

Closed Evanfeenstra closed 11 months ago

Evanfeenstra commented 11 months ago

These panic!s should be removed: https://github.com/stakwork/sphinx-rs/blob/master/lss-connector/src/msgs.rs

Instead you can return Err. anyhow::anyhow! macro is handy for this