Skip to content

Commit

Permalink
docs: Add note about unlimited back-and-forth transfers
Browse files Browse the repository at this point in the history
  • Loading branch information
ezdac committed Dec 7, 2021
1 parent efd1b02 commit 2dc868e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/onboarding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ The counterparty which can either be a ``Mediator`` or the ``Initiator`` will re

This concludes the transfer for that hop. If the receiver of ``RevealSecret`` was the ``Initiator`` then the transfer is finished end-to-end. If it was just a ``Mediator`` then they will have to propagate the transfer backwards by sending a ``RevealSecret`` message backwards to their partner repeating the procedure outlined above.

In this manner, two nodes can send the same amounts of token back-and-forth theoretically an unlimited amount of times
The partner's channel states will retain the same properties as before the complementary payments and from an on-chain perspective (if the channels will ever be closed) it looks like the complementary transfers never happened.

An Unhappy Case
~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 2dc868e

Please sign in to comment.