Remove bdk-ffi submodule from bdk-python

This commit is contained in:
thunderbiscuit
2022-11-10 16:17:12 -05:00
parent 26ef0d4a34
commit 8bb8c00a6b
31 changed files with 2 additions and 2780 deletions

View File

@@ -53,7 +53,7 @@ print(f"Wallet balance is: {balance.total}")
rust_ext = RustExtension(
target="bdkpython.bdkffi",
path="./bdk-ffi/Cargo.toml",
path="../bdk-ffi/Cargo.toml",
binding=Binding.NoBinding,
)