lightningdevkit / ldk-sample

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

Don't use `chrono` default features #110

Closed tnull closed 1 year ago

tnull commented 1 year ago

The chrono crate has a dependency on an old version of time which has a potential segfault. We therefore disable the default features.

See also https://github.com/lightningdevkit/ldk-node/pull/146.