From 043a6fc169d7421f3fa0a2426b90f2c55099f27c Mon Sep 17 00:00:00 2001 From: Matthew Date: Sat, 14 Oct 2023 14:14:39 -0500 Subject: [PATCH] cargo fmt --- bdk-ffi/src/lib.rs | 3 --- 1 file changed, 3 deletions(-) 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,