Skip to content

Commit b16c7ad

Browse files
authored
Merge pull request #497 from javiervargas/patch-77
Update 18_5_Accediendo_a_Bitcoind_con_Rust.md
2 parents b4fa2d6 + d0756f6 commit b16c7ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

es/18_5_Accediendo_a_Bitcoind_con_Rust.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Aquí está el código completo para recuperar un hash de bloque, convertirlo en
119119
120120
### Ejecute su código
121121

122-
Puede acceder al [código src](src/17_5_main-getinfo.rs) y ejecutarlo. Desafortunadamente, la información de "Block" saldrá un poco fea porque este ejemplo no incluye una biblioteca para embellecerla.
122+
Puede acceder al [código src](https://github.com/BlockchainCommons/Learning-Bitcoin-from-the-Command-Line/blob/master/src/18_5_main-getinfo.rs) y ejecutarlo. Desafortunadamente, la información de "Block" saldrá un poco fea porque este ejemplo no incluye una biblioteca para embellecerla.
123123
```
124124
$ cargo run
125125
Compiling btc_test v0.1.0 (/home/standup/btc_test)
@@ -260,7 +260,7 @@ println!("{:?}", txid_sent);
260260
```
261261
### Ejecute su código
262262

263-
Ahora puede ejecutar el código completo desde [src](src/17_5_main-sendtx.rs).
263+
Ahora puede ejecutar el código completo desde [src](https://github.com/BlockchainCommons/Learning-Bitcoin-from-the-Command-Line/blob/master/src/18_5_main-sendtx.rs).
264264
```
265265
$ cargo run
266266
Compiling btc_test v0.1.0 (/home/standup/btc_test)
@@ -327,4 +327,4 @@ b0eda3517e6fac69e58ae315d7fe7a1981e3a858996cc1e3135618cac9b79d1a
327327

328328
## ¿Qué es lo siguiente?
329329

330-
Obtenga más información sobre "Cómo hablar con Bitcoin en otros idiomas" en [18.6: Cómo acceder a Bitcoin con Swift](18_6_Accediendo_a_Bitcoind_con_Swift.md).
330+
Obtenga más información sobre "Cómo hablar con Bitcoin en otros lenguajes" en [18.6: Cómo acceder a Bitcoin con Swift](18_6_Accediendo_a_Bitcoind_con_Swift.md).

0 commit comments

Comments
 (0)