@@ -233,10 +233,7 @@ mod wallet;
233233
234234#[ doc( inline) ]
235235pub use self :: {
236- blockchain:: {
237- GetMempoolEntry , MempoolEntry , ScanTxOutSetStart ,
238- ScanTxOutSetUnspent ,
239- } ,
236+ blockchain:: { GetMempoolEntry , MempoolEntry , ScanTxOutSetStart , ScanTxOutSetUnspent } ,
240237 control:: { ActiveCommand , GetRpcInfo } ,
241238 network:: { GetNodeAddresses , GetPeerInfo , NodeAddress , PeerInfo } ,
242239 raw_transactions:: {
@@ -281,10 +278,10 @@ pub use crate::v17::{
281278 Logging , MapMempoolEntryError , MempoolAcceptance , MempoolEntryError , MempoolEntryFees ,
282279 MempoolEntryFeesError , PruneBlockchain , PsbtInput , PsbtOutput , PsbtScript , RawTransaction ,
283280 RawTransactionError , RawTransactionInput , RawTransactionOutput , RescanBlockchain ,
284- ScanTxOutSetError , SendMany , SendRawTransaction , SendToAddress , SetNetworkActive , SetTxFee ,
285- SignFail , SignFailError , SignMessage , SignMessageWithPrivKey , SignRawTransaction ,
286- SignRawTransactionError , Softfork , SoftforkReject , TestMempoolAccept , TransactionCategory ,
287- UploadTarget , ValidateAddress , ValidateAddressError , VerifyChain , VerifyMessage ,
288- VerifyTxOutProof , WalletCreateFundedPsbt , WalletCreateFundedPsbtError , WalletProcessPsbt ,
289- WitnessUtxo , ScanTxOutSetAbort , ScanTxOutSetStatus ,
281+ ScanTxOutSetAbort , ScanTxOutSetError , ScanTxOutSetStatus , SendMany , SendRawTransaction ,
282+ SendToAddress , SetNetworkActive , SetTxFee , SignFail , SignFailError , SignMessage ,
283+ SignMessageWithPrivKey , SignRawTransaction , SignRawTransactionError , Softfork , SoftforkReject ,
284+ TestMempoolAccept , TransactionCategory , UploadTarget , ValidateAddress , ValidateAddressError ,
285+ VerifyChain , VerifyMessage , VerifyTxOutProof , WalletCreateFundedPsbt ,
286+ WalletCreateFundedPsbtError , WalletProcessPsbt , WitnessUtxo ,
290287} ;
0 commit comments