Skip to content

Commit 89ab7bf

Browse files
authored
Merge pull request zingolabs#870 from juanky201271/dev_zingolib_performence_medium
BS swift type fixed
2 parents ad33d71 + 1a01e04 commit 89ab7bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/AppDelegate.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import ReactAppDependencyProvider
1414

1515
struct ScanRanges: Decodable {
1616
let priority: String
17-
let start_block: Int64
18-
let end_block: Int64
17+
let start_block: String
18+
let end_block: String
1919
}
2020

2121
struct SyncStatus: Decodable {

0 commit comments

Comments
 (0)