Skip to content

Commit

Permalink
Merge pull request #5343 from lshapton/patch-1
Browse files Browse the repository at this point in the history
Fixes small typo in documentation
  • Loading branch information
chriseth authored Nov 4, 2018
2 parents 2672d9a + e5836fc commit e4da724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/solidity-by-example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ two parties (Alice and Bob). Using it involves three steps:
2. Alice signs messages that specify how much of that Ether is owed to the recipient. This step is repeated for each payment.
3. Bob "closes" the payment channel, withdrawing their portion of the Ether and sending the remainder back to the sender.

Not ethat only steps 1 and 3 require Ethereum transactions, step 2 means that
Note that only steps 1 and 3 require Ethereum transactions, step 2 means that
the sender transmits a cryptographically signed message to the recipient via off chain ways (e.g. email).
This means only two transactions are required to support any number of transfers.

Expand Down

0 comments on commit e4da724

Please sign in to comment.