@@ -11,11 +11,11 @@ use bitcoin::{
1111use super :: {
1212 CombinePsbt , CombineRawTransaction , ConvertToPsbt , CreatePsbt , CreateRawTransaction ,
1313 DecodePsbt , DecodePsbtError , DecodeRawTransaction , DecodeScript , DecodeScriptError ,
14- FinalizePsbt , FinalizePsbtError , FundRawTransaction , FundRawTransactionError ,
15- GetRawTransaction , GetRawTransactionVerbose , GetRawTransactionVerboseError , MempoolAcceptance ,
16- PsbtInput , PsbtInputError , PsbtOutput , PsbtOutputError , SendRawTransaction , SignFail ,
17- SignFailError , SignRawTransaction , SignRawTransactionError , TestMempoolAccept , DecodeScriptSegwit ,
18- DecodeScriptSegwitError ,
14+ DecodeScriptSegwit , DecodeScriptSegwitError , FinalizePsbt , FinalizePsbtError ,
15+ FundRawTransaction , FundRawTransactionError , GetRawTransaction , GetRawTransactionVerbose ,
16+ GetRawTransactionVerboseError , MempoolAcceptance , PsbtInput , PsbtInputError , PsbtOutput ,
17+ PsbtOutputError , SendRawTransaction , SignFail , SignFailError , SignRawTransaction ,
18+ SignRawTransactionError , TestMempoolAccept ,
1919} ;
2020use crate :: model;
2121use crate :: psbt:: RawTransactionError ;
@@ -338,7 +338,7 @@ impl DecodeScriptSegwit {
338338 asm : self . asm ,
339339 hex : self . hex ,
340340 descriptor : None ,
341- address : None ,
341+ address : None ,
342342 type_ : self . type_ ,
343343 required_signatures,
344344 addresses,
0 commit comments