horizontalsystems / BitcoinCore.Swift

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

Crash in TransactionSerializer #50

Open DmitriyMikitenko opened 4 days ago

DmitriyMikitenko commented 4 days ago

Hello,

I encountered a crash in the TransactionSerializer class, specifically in the deserialize(byteStream: ByteStream) -> FullTransaction method. The crash occurs at the following line:

The crash log points to (0 (null) in Data._Representation.subscript.getter)

This issue appears to happen only on iOS 17.6.1. Could you please take a look or suggest any potential workarounds?

Thank you!