Blockstream / greenlight

Build apps using self-custodial lightning nodes in the cloud
https://blockstream.github.io/greenlight/getting-started/
MIT License
109 stars 27 forks source link

Derive "Debug" for PairingSessionData #499

Closed nepet closed 3 weeks ago

nepet commented 3 weeks ago

If used with tokio::sync::mpsc SendError requires PairingSessionData to implement std::fmt::Debug. Clippy is complining about this.

Resolves #500