Skip to content

Commit

Permalink
Merge pull request #181 from andresousa/issue-172
Browse files Browse the repository at this point in the history
Expose errorDescription.
  • Loading branch information
BaldyAsh committed May 4, 2019
2 parents 3c1e8dc + fb0be8f commit e2451d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/web3swift/Web3/Web3.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public enum Web3Error: Error {
case generalError(err:Error)
case unknownError

var errorDescription: String {
public var errorDescription: String {
switch self {

case .transactionSerializationError:
Expand Down

0 comments on commit e2451d4

Please sign in to comment.