lightningdevkit / ldk-sample

Sample node implementation using LDK
Apache License 2.0
166 stars 94 forks source link

Minor Usability Improvements #41

Closed TheBlueMatt closed 2 years ago

TheBlueMatt commented 2 years ago

See individual commits

devrandom commented 2 years ago

A related issue I just noticed in https://github.com/lightningdevkit/ldk-sample/blob/e3d528d2cfe5ec239571c70f71a9f0f9307862f2/src/cli.rs#L222

the return value should be checked via the ? operator.