We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef14fc8 commit a71aa10Copy full SHA for a71aa10
lib/ethers.ex
@@ -426,7 +426,7 @@ defmodule Ethers do
426
"""
427
@spec send_transaction!(map() | TxData.t(), Keyword.t()) :: String.t() | no_return()
428
def send_transaction!(tx_data, overrides \\ []) do
429
- case __MODULE__.send_transaction(tx_data, overrides) do
+ case send_transaction(tx_data, overrides) do
430
{:ok, tx_hash} -> tx_hash
431
{:error, reason} -> raise ExecutionError, reason
432
end
0 commit comments