Rename bdk-kotlin companion project, fix gradle warnings

This commit is contained in:
Steve Myers
2021-06-14 13:59:56 -07:00
parent a37bae5b9d
commit e266634560
21 changed files with 323 additions and 63 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()
}