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 9977903 commit 7855d38Copy full SHA for 7855d38
src/wallet/mod.rs
@@ -916,7 +916,7 @@ impl SignerProvider for WalletKeysManager {
916
917
impl ChangeDestinationSource for WalletKeysManager {
918
fn get_change_destination_script<'a>(
919
- &self,
+ &'a self,
920
) -> Pin<Box<dyn Future<Output = Result<ScriptBuf, ()>> + Send + 'a>> {
921
let wallet = Arc::clone(&self.wallet);
922
let logger = Arc::clone(&self.logger);
0 commit comments