Skip to content

Commit

Permalink
docs: fixed a mismatch in the name of the function referenced in the …
Browse files Browse the repository at this point in the history
…micropayment example
  • Loading branch information
ryabykhms committed Oct 2, 2024
1 parent 4ab3e36 commit 8166a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/micropayment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ Opening the Payment Channel

To open the payment channel, Alice deploys the smart contract, attaching
the Ether to be escrowed and specifying the intended recipient and a
maximum duration for the channel to exist. This is the function
``SimplePaymentChannel`` in the contract, at the end of this section.
maximum duration for the channel to exist. This is the ``constructor``
in the ``SimplePaymentChannel`` contract, at the end of this section.

Making Payments
---------------
Expand Down

0 comments on commit 8166a4c

Please sign in to comment.