cln4rust
cln4rust copied to clipboard
remove the unwrap while writing to a std
If the plugin crash this code https://github.com/laanwj/cln4rust/blob/master/plugin/src/plugin.rs#L80-L83 cause a panic
We should not unwrap but we ok with a failure, something like
let _ = write.flush();