Merge pull request #11185 from zayneio/docs-fix-typo

Fix typo in documentation
This commit is contained in:
chriseth 2021-03-29 11:15:36 +02:00 committed by GitHub
commit 3598167499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -445,7 +445,7 @@ in the end.
The recipient should verify each message using the following process:
1. Verify that the contact address in the message matches the payment channel.
1. Verify that the contract address in the message matches the payment channel.
2. Verify that the new total is the expected amount.
3. Verify that the new total does not exceed the amount of Ether escrowed.
4. Verify that the signature is valid and comes from the payment channel sender.