Update 16_1_Setting_Up_Libwally.md

This commit is contained in:
Shannon Appelcline 2020-08-11 09:14:38 -10:00 committed by GitHub
parent a163cb0e89
commit 1148c7ff4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ wally_cleanup(0);
```
In both cases, the argument is for flags, but is currently set to `0`.
### Testing a Test Libwally Program
## Testing a Test Libwally Program
The src directory contains [testwally.c](src/16_1_testwally.c), which just shows how the initialize and cleanup functions work.