Skip to content

Commit f1b9c59

Browse files
committed
Account for lifetime change in get_change_destination_script
1 parent dc63a22 commit f1b9c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ impl SignerProvider for WalletKeysManager {
910910

911911
impl ChangeDestinationSource for WalletKeysManager {
912912
fn get_change_destination_script<'a>(
913-
&self,
913+
&'a self,
914914
) -> Pin<Box<dyn Future<Output = Result<ScriptBuf, ()>> + Send + 'a>> {
915915
let wallet = Arc::clone(&self.wallet);
916916
let logger = Arc::clone(&self.logger);

0 commit comments

Comments
 (0)