Formatting.

Co-authored-by: Deirdre Connolly <durumcrustulum@gmail.com>
This commit is contained in:
Kevin Gorham 2020-12-09 09:45:21 -05:00 committed by GitHub
parent fd26084810
commit aa8f52924d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ Bob receives a message, which looks as follows:
This message contains a Zcash payment.
Click the following link to view it and receive the funds using your Zcash wallet app:
https://pay.withzcash.com:65536/v1#amount=1.23&desc=Payment+for+foo&key=...
https://pay.withzcash.com:65536/v1#amount=1.23&desc=Payment+for+foo&key=...
If you do not yet have a Zcash wallet app, see: https://z.cash/wallets
Bob clicks the link. His Zcash mobile wallet app (which is already installed and has configured itself as a handler for URLs of that form) shows up, and tells Bob that a payment of 1.23 ZEC awaits him. The wallet app confirms the existence of the pertinent transactions on the blockchain, and then offers to finalize the payment. Bob clicks the “Finalize” button, and his wallet app generates a transaction moving the money to his own address (using the extra 0.00001 ZEC he has received to pay the transaction fee). When this transaction is confirmed on-chain, Alices and Bobs wallets both indicate that the payment is finalized, and thus Bob can send the funds to other parties.