From 2c4c64515f6456fdca0825fc190536a48e14c434 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Wed, 3 May 2023 14:26:52 -0400 Subject: [PATCH] Fix Clippy warning --- bdk-ffi/src/wallet.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bdk-ffi/src/wallet.rs b/bdk-ffi/src/wallet.rs index 21bbe5f..77e8758 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