Rename the library to bdk

This commit is contained in:
Alekos Filini
2020-09-14 14:25:38 +02:00
committed by Steve Myers
parent efdd11762c
commit d7ee38cc52
21 changed files with 92 additions and 92 deletions

View File

@@ -40,7 +40,7 @@ extern crate serde_json;
#[macro_use]
extern crate async_trait;
#[macro_use]
extern crate magical_macros;
extern crate bdk_macros;
#[cfg(any(test, feature = "compact_filters"))]
#[macro_use]