Remove unneeded pointers from FfiResult types

This commit is contained in:
Steve Myers
2021-07-03 19:07:49 -07:00
parent 62f18bdc2c
commit d00cc73261
12 changed files with 264 additions and 241 deletions

View File

@@ -6,8 +6,8 @@ cargo test --features c-headers -- generate_headers
# cc
export LD_LIBRARY_PATH=`pwd`/target/debug
valgrind --leak-check=full --show-leak-kinds=all cc/bdk_ffi_test
#cc/bdk_ffi_test
#valgrind --leak-check=full --show-leak-kinds=all cc/bdk_ffi_test
cc/bdk_ffi_test
# bdk-kotlin
(cd bdk-kotlin && gradle test)