Update 17_5_Usando_Scripts_en_Libwally.md

This commit is contained in:
Javier Vargas 2021-11-06 22:20:37 +01:00 committed by GitHub
parent acc0d1f55e
commit 87cfbf38ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ Vamos a mostrar cómo hacer uso de eso en §17.7.
## Pruebe su script de reemplazo
Puede tomar el código de prueba del [directorio src](../src/17_5_replacewithscript.c) y compilarlo:
Puede tomar el código de prueba del [directorio src](https://github.com/BlockchainCommons/Learning-Bitcoin-from-the-Command-Line/tree/master/src/17_5_replacewithscript.c) y compilarlo:
```
$ cc replacewithscript.c -lwallycore -o replacewithscript
```