Skip to content

Commit 7855d38

Browse files
committed
Account for lifetime change in get_change_destination_script
1 parent 9977903 commit 7855d38

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
@@ -916,7 +916,7 @@ impl SignerProvider for WalletKeysManager {
916916

917917
impl ChangeDestinationSource for WalletKeysManager {
918918
fn get_change_destination_script<'a>(
919-
&self,
919+
&'a self,
920920
) -> Pin<Box<dyn Future<Output = Result<ScriptBuf, ()>> + Send + 'a>> {
921921
let wallet = Arc::clone(&self.wallet);
922922
let logger = Arc::clone(&self.logger);

0 commit comments

Comments
 (0)