Skip to content

Commit e2451d4

Browse files
Merge pull request #181 from andresousa/issue-172
Expose errorDescription.
2 parents 3c1e8dc + fb0be8f commit e2451d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/web3swift/Web3/Web3.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public enum Web3Error: Error {
1818
case generalError(err:Error)
1919
case unknownError
2020

21-
var errorDescription: String {
21+
public var errorDescription: String {
2222
switch self {
2323

2424
case .transactionSerializationError:

0 commit comments

Comments
 (0)