horizontalsystems / BitcoinCore.Swift

Comprehensive Bitcoin development library for iOS, implemented on Swift.
MIT License
24 stars 22 forks source link

Fix clearing partial blocks #2

Closed ealymbaev closed 1 year ago

ealymbaev commented 1 year ago

Fix issue when useful blocks had been deleting incorrectly because of logic that clears partial blocks. New partial property was introduced to Block entity and this flag is checked when clearing partial blocks.