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 a71aa10 commit 87e9132Copy full SHA for 87e9132
test/ethers_test.exs
@@ -142,7 +142,7 @@ defmodule EthersTest do
142
test "bang version returns unwrapped value" do
143
{:ok, tx_hash} =
144
HelloWorldContract.set_hello("hello local signer")
145
- |> Ethers.send(
+ |> Ethers.send_transaction(
146
from: @from,
147
to: @to,
148
signer: Ethers.Signer.Local,
@@ -233,7 +233,7 @@ defmodule EthersTest do
233
234
235
236
237
238
239
0 commit comments