Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix grammatical error #84

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/go-perun/port_eth_dot/migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ We slightly adapt the demo scenario in ``main.go``.
Run from the command line
.........................
To run the example from the command line, start the local blockchain by calling the `perun-polkadot-node <https://github.com/perun-network/perun-polkadot-node>`_.
Make sure the port ``-p`` matches with the one of the ``chainURL`` in the environment constants.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is actually intended. The port given with -p should match the port contained in the chainURL constant.

Make sure the port ``-p`` matches with the ``chainURL`` in the environment constants.

.. code-block:: bash

Expand Down Expand Up @@ -135,4 +135,4 @@ If everything works, you should see the following output.
2022/04/11 15:04:59 Adjudicator event: type = *channel.ConcludedEvent, client = 0xd43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d
2022/04/11 15:05:05 Client balances (DOT): [1.103 MDot 1.203 MDot]

With this, we conclude the migration tutorial.
With this, we conclude the migration tutorial.