LtbLightning / bdk-rn

Bitcoin Development Kit - React Native Module
MIT License
50 stars 15 forks source link

DatabaseConfig().sqlite() not working on iOS 15 and below #81

Open MManke188 opened 2 months ago

MManke188 commented 2 months ago

When using DatabaseConfig().sqlite() it causes a crash on devices running iOS 15. This is unfortunate since the alternative I'm using now is DatabaseConfig().memory(), however when using this you loose the benefits of persistence, which leads to address reuse in some cases.