Update 13_4_Generate_a_Payment_Request.md

This commit is contained in:
Javier Vargas 2020-07-28 11:51:19 +02:00 committed by GitHub
parent bbd08b3327
commit 7cfc6faac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,9 @@ Commitment transactions is a transaction that spends the funding transaction. Ea
### Node information ### Node information
In this second instance that we refer before you may get information about it using `lnd$lncli -n testnet getinfo` command. In this second instance that we refer before you may get information about it using `lnd$lncli -n testnet getinfo` command. Remember identity_pubkey field, due it will be the same value when you pay the invoice.
**"identity_pubkey": "0302d48972ba7eef8b40696102ad114090fd4c146e381f18c7932a2a1d73566f84"**
> :warning: **WARNING:** Notice this example is using an LND instance, if you want to reproduce this steps you should use Bitcoin Standup Script and install a new LND instance. > :warning: **WARNING:** Notice this example is using an LND instance, if you want to reproduce this steps you should use Bitcoin Standup Script and install a new LND instance.