Skip to content

Commit fb0be8f

Browse files
committed
Expose errorDescription.
1 parent 358d2a2 commit fb0be8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/web3swift/Web3/Web3.swift

Lines changed: 1 addition & 1 deletion
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)