talaia-labs / rust-teos

The Eye of Satoshi - Lightning Watchtower
https://talaia-labs.github.io/talaia.watch/
MIT License
134 stars 63 forks source link

Replaces Result<T, E> for Option<T> in DBM load methods #181

Closed sr-gi closed 1 year ago

sr-gi commented 1 year ago

Addresses #54. Also looking into #63, I don't think it is worth doing, given it implies a redesign of how we interact with the database for no actual improvement.