diff --git a/docs/examples/micropayment.rst b/docs/examples/micropayment.rst index 09f5324b6..065943080 100644 --- a/docs/examples/micropayment.rst +++ b/docs/examples/micropayment.rst @@ -452,7 +452,7 @@ The recipient should verify each message using the following process: We'll use the `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: ::