We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get_change_destination_script
1 parent dc63a22 commit f1b9c59Copy full SHA for f1b9c59
src/wallet/mod.rs
@@ -910,7 +910,7 @@ impl SignerProvider for WalletKeysManager {
910
911
impl ChangeDestinationSource for WalletKeysManager {
912
fn get_change_destination_script<'a>(
913
- &self,
+ &'a self,
914
) -> Pin<Box<dyn Future<Output = Result<ScriptBuf, ()>> + Send + 'a>> {
915
let wallet = Arc::clone(&self.wallet);
916
let logger = Arc::clone(&self.logger);
0 commit comments