diff --git a/bdk-ffi/src/lib.rs b/bdk-ffi/src/lib.rs index 095c81be..4aa7f4f1 100644 --- a/bdk-ffi/src/lib.rs +++ b/bdk-ffi/src/lib.rs @@ -211,8 +211,6 @@ use bdk::KeychainKind; // } // } - - pub struct Balance { pub inner: BdkBalance, } @@ -249,7 +247,6 @@ impl Balance { } } - // pub struct Balance { // // All coinbase outputs not yet matured // pub immature: u64,