@@ -282,12 +282,12 @@ pub use crate::{
282282 ListSinceBlockTransactionError , ListTransactions , ListTransactionsItem ,
283283 ListTransactionsItemError , ListUnspentItemError , ListWallets , LoadWallet , LockUnspent ,
284284 Locked , PruneBlockchain , RawTransactionError , RawTransactionInput , RawTransactionOutput ,
285- RescanBlockchain , ScanTxOutSetError , SendMany , SendRawTransaction , SendToAddress ,
286- SetNetworkActive , SetTxFee , SignMessage , SignMessageWithPrivKey , SignRawTransaction ,
287- SignRawTransactionError , SoftforkReject , TestMempoolAccept , TransactionCategory ,
288- UploadTarget , ValidateAddress , ValidateAddressError , VerifyChain , VerifyMessage ,
289- VerifyTxOutProof , WalletCreateFundedPsbt , WalletCreateFundedPsbtError , WalletProcessPsbt ,
290- WitnessUtxo , ScanTxOutSetAbort , ScanTxOutSetStatus ,
285+ RescanBlockchain , ScanTxOutSetAbort , ScanTxOutSetError , ScanTxOutSetStatus , SendMany ,
286+ SendRawTransaction , SendToAddress , SetNetworkActive , SetTxFee , SignMessage ,
287+ SignMessageWithPrivKey , SignRawTransaction , SignRawTransactionError , SoftforkReject ,
288+ TestMempoolAccept , TransactionCategory , UploadTarget , ValidateAddress ,
289+ ValidateAddressError , VerifyChain , VerifyMessage , VerifyTxOutProof , WalletCreateFundedPsbt ,
290+ WalletCreateFundedPsbtError , WalletProcessPsbt , WitnessUtxo ,
291291 } ,
292292 v18:: {
293293 ActiveCommand , AnalyzePsbt , AnalyzePsbtError , AnalyzePsbtInput , AnalyzePsbtInputMissing ,
@@ -302,9 +302,8 @@ pub use crate::{
302302 GetBlockFilterError , GetBlockchainInfoError , GetChainTxStats , GetDescriptorInfo ,
303303 GetMempoolAncestors , GetMempoolAncestorsVerbose , GetMempoolDescendants ,
304304 GetMempoolDescendantsVerbose , GetRpcInfo , MapMempoolEntryError , MempoolEntry ,
305- MempoolEntryError , MempoolEntryFees , MempoolEntryFeesError , PeerInfo ,
306- ScanTxOutSetStart , ScanTxOutSetUnspent , SetWalletFlag , Softfork ,
307- SoftforkType ,
305+ MempoolEntryError , MempoolEntryFees , MempoolEntryFeesError , PeerInfo , ScanTxOutSetStart ,
306+ ScanTxOutSetUnspent , SetWalletFlag , Softfork , SoftforkType ,
308307 } ,
309308 v20:: { GenerateToDescriptor , GetTransactionDetail } ,
310309 v21:: {
0 commit comments