safe-global / safe-ios

Safe Multisig iOS app.
GNU General Public License v3.0
114 stars 37 forks source link

GH-3406 fixed crash #3413

Closed DmitryBespalov closed 5 months ago

DmitryBespalov commented 5 months ago

Handles #3406

Changes proposed in this pull request:

It was crashing in the self.init(v:r:s:) call. Replacing with a tuple result and calling that initializer later helped.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 8.27%. Comparing base (230edb6) to head (2924ecd). Report is 1 commits behind head on main.

Files Patch % Lines
...Management/KeystoneOwnerKey/KeystoneSignFlow.swift 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3413 +/- ## ===================================== Coverage 8.27% 8.27% ===================================== Files 788 788 Lines 44098 44098 ===================================== Hits 3648 3648 Misses 40450 40450 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.