lightningdevkit / ldk-c-bindings

Main LDK C Bindings on which other bindings are built
Other
13 stars 14 forks source link

Expose Error Types in `FromStr` #64

Closed TheBlueMatt closed 2 years ago

TheBlueMatt commented 2 years ago

Currently we drop all the errors and turn them into None, we should actually return errors of the correct type.