Skip to content

Commit 3c4b3f4

Browse files
committed
bug fix, public init created
1 parent 140d049 commit 3c4b3f4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

web3swift/BlockExplorer/Classes/BlockExplorer.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@
99
import Foundation
1010

1111
public class BlockExplorer {
12-
public var urlStringList = "https://scan.bankex.com/api/list"
12+
public var urlStringList: String
13+
14+
public init() {
15+
urlStringList = "https://scan.bankex.com/api/list"
16+
}
1317
}

0 commit comments

Comments
 (0)