mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
update link, fix typos
This commit is contained in:
parent
4f99d61337
commit
80e50fec33
@ -67,7 +67,7 @@ float tx_total = tx_amount + tx_fee;
|
|||||||
|
|
||||||
### Paso 3: Prepare su RPC
|
### Paso 3: Prepare su RPC
|
||||||
|
|
||||||
Obviamente, necesitará tener todas sus variables listas nuevamente, como se discutió en [§16.1: Acceso a Bitcoind con C](16_1_Accediendo_a_Bitcoind_en_C_con_las_Bibliotecas_RPC). También necesita inicializar su biblioteca, conectar su cliente RPC y preparar su objeto de respuesta:
|
Obviamente, necesitará tener todas sus variables listas nuevamente, como se discutió en [§16.1: Acceso a Bitcoind con C](16_1_Accediendo_a_Bitcoind_en_C_con_las_Bibliotecas_RPC.md). También necesita inicializar su biblioteca, conectar su cliente RPC y preparar su objeto de respuesta:
|
||||||
|
|
||||||
```
|
```
|
||||||
bitcoinrpc_global_init();
|
bitcoinrpc_global_init();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user