From 3be2c0495f1cfa9ce4ae1b1be699eb97ac21aaae Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Mon, 15 May 2023 09:01:39 -0400 Subject: [PATCH] Clean up is_mine method body --- bdk-ffi/src/wallet.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdk-ffi/src/wallet.rs b/bdk-ffi/src/wallet.rs index 77e87585..c8549a0b 100644 --- a/bdk-ffi/src/wallet.rs +++ b/bdk-ffi/src/wallet.rs @@ -67,7 +67,7 @@ impl Wallet { /// Return whether or not a script is part of this wallet (either internal or external). pub(crate) fn is_mine(&self, script: Arc