Skip to content

Commit

Permalink
fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Oct 9, 2021
1 parent 1cf3c31 commit 54a726f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 22.1
elixir 1.9.1-otp-22
elixir 1.12.3-otp-24
erlang 24.0.6
8 changes: 2 additions & 6 deletions lib/ethereumex/config.ex
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ defmodule Ethereumex.Config do
els ->
raise ArgumentError,
message:
"Please set config variable `config :ethereumex, :url, \"http://...\", got: `#{
inspect(els)
}`"
"Please set config variable `config :ethereumex, :url, \"http://...\", got: `#{inspect(els)}`"
end
end

Expand All @@ -40,9 +38,7 @@ defmodule Ethereumex.Config do
not_a_path ->
raise ArgumentError,
message:
"Please set config variable `config :ethereumex, :ipc_path, \"path/to/ipc\", got `#{
not_a_path
}`. Note: System.user_home! will be prepended to path for you on initialization"
"Please set config variable `config :ethereumex, :ipc_path, \"path/to/ipc\", got `#{not_a_path}`. Note: System.user_home! will be prepended to path for you on initialization"
end
end

Expand Down

0 comments on commit 54a726f

Please sign in to comment.