Fix bdk features

This commit is contained in:
Steve Myers 2021-06-04 23:01:28 -07:00
parent 49126a8943
commit cb54405aed

View File

@ -9,7 +9,7 @@ edition = "2018"
crate-type = ["staticlib"]
[dependencies]
bdk = { version = "^0.7", feature = ["all-keys"] }
bdk = { version = "^0.7", features = ["all-keys"] }
safer-ffi = { version = "0.0.6", features = ["proc_macros"]}
[features]