Merge pull request #11560 from patekuru/patch-1

Update micropayment.rst
This commit is contained in:
chriseth 2021-06-21 10:05:50 +02:00 committed by GitHub
commit ff3eca4ccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -452,7 +452,7 @@ The recipient should verify each message using the following process:
We'll use the `ethereumjs-util <https://github.com/ethereumjs/ethereumjs-util>`_
library to write this verification. The final step can be done a number of ways,
and we use JavaScript. The following code borrows the ``constructMessage`` function from the signing **JavaScript code** above:
and we use JavaScript. The following code borrows the ``constructPaymentMessage`` function from the signing **JavaScript code** above:
::