Rename bdk-kotlin companion project, fix gradle warnings

This commit is contained in:
Steve Myers
2021-06-14 13:59:56 -07:00
parent 333f694d55
commit 5303de9593
8 changed files with 11 additions and 99 deletions

View File

@@ -7,6 +7,6 @@ mod wallet;
#[test]
fn generate_headers() -> ::std::io::Result<()> {
::safer_ffi::headers::builder()
.to_file("bdk_ffi.h")?
.to_file("cc/bdk_ffi.h")?
.generate()
}