There was an error while loading. Please reload this page.
1 parent f828934 commit 628919fCopy full SHA for 628919f
docs/solidity-by-example.rst
@@ -907,7 +907,7 @@ Each message includes the following information:
907
* The smart contract's address, used to prevent cross-contract replay attacks.
908
* The total amount of Ether that is owed the recipient so far.
909
910
-A payment channel is closed just once, at the of a series of transfers.
+A payment channel is closed just once, at the end of a series of transfers.
911
Because of this, only one of the messages sent will be redeemed. This is why
912
each message specifies a cumulative total amount of Ether owed, rather than the
913
amount of the individual micropayment. The recipient will naturally choose to
0 commit comments