@@ -167,7 +167,7 @@ impl std::default::Default for FeePolicy {
167167    } 
168168} 
169169
170- impl < ' a ,   Cs :  Clone ,  Ctx ,  D >  Clone  for  TxBuilder < ' a ,  D ,  Cs ,  Ctx >  { 
170+ impl < Cs :  Clone ,  Ctx ,  D >  Clone  for  TxBuilder < ' _ ,  D ,  Cs ,  Ctx >  { 
171171    fn  clone ( & self )  -> Self  { 
172172        TxBuilder  { 
173173            wallet :  self . wallet , 
@@ -584,7 +584,7 @@ impl<'a, D: BatchDatabase, Cs: CoinSelectionAlgorithm<D>, Ctx: TxBuilderContext>
584584    } 
585585} 
586586
587- impl < ' a ,   D :  BatchDatabase ,  Cs :  CoinSelectionAlgorithm < D > >  TxBuilder < ' a ,  D ,  Cs ,  CreateTx >  { 
587+ impl < D :  BatchDatabase ,  Cs :  CoinSelectionAlgorithm < D > >  TxBuilder < ' _ ,  D ,  Cs ,  CreateTx >  { 
588588    /// Replace the recipients already added with a new list 
589589     pub  fn  set_recipients ( & mut  self ,  recipients :  Vec < ( ScriptBuf ,  u64 ) > )  -> & mut  Self  { 
590590        self . params . recipients  = recipients; 
@@ -658,7 +658,7 @@ impl<'a, D: BatchDatabase, Cs: CoinSelectionAlgorithm<D>> TxBuilder<'a, D, Cs, C
658658} 
659659
660660// methods supported only by bump_fee 
661- impl < ' a ,   D :  BatchDatabase >  TxBuilder < ' a ,  D ,  DefaultCoinSelectionAlgorithm ,  BumpFee >  { 
661+ impl < D :  BatchDatabase >  TxBuilder < ' _ ,  D ,  DefaultCoinSelectionAlgorithm ,  BumpFee >  { 
662662    /// Explicitly tells the wallet that it is allowed to reduce the amount of the output matching this 
663663     /// `script_pubkey` in order to bump the transaction fee. Without specifying this the wallet 
664664     /// will attempt to find a change output to shrink instead. 
0 commit comments