@@ -43,8 +43,8 @@ pub use self::{
4343 ConvertToPsbt , CreatePsbt , CreateRawTransaction , DecodePsbt , DecodeRawTransaction ,
4444 DecodeScript , DescriptorProcessPsbt , FinalizePsbt , FundRawTransaction , GetRawTransaction ,
4545 GetRawTransactionVerbose , JoinPsbts , MempoolAcceptance , MempoolAcceptanceFees ,
46- SendRawTransaction , SignFail , SignRawTransaction , SubmitPackage , SubmitPackageTxResult ,
47- SubmitPackageTxResultFees , TestMempoolAccept , UtxoUpdatePsbt , SignRawTransactionWithKey ,
46+ SendRawTransaction , SignFail , SignRawTransaction , SignRawTransactionWithKey , SubmitPackage ,
47+ SubmitPackageTxResult , SubmitPackageTxResultFees , TestMempoolAccept , UtxoUpdatePsbt ,
4848 } ,
4949 util:: {
5050 CreateMultisig , DeriveAddresses , DeriveAddressesMultipath , EstimateSmartFee ,
@@ -61,7 +61,7 @@ pub use self::{
6161 ListReceivedByLabel , ListReceivedByLabelItem , ListSinceBlock , ListTransactions ,
6262 ListUnspent , ListUnspentItem , ListWallets , LoadWallet , PsbtBumpFee , RescanBlockchain ,
6363 ScriptType , Send , SendAll , SendMany , SendManyVerbose , SendToAddress , SignMessage ,
64- SimulateRawTransaction , TransactionCategory , TransactionItem , UnloadWallet ,
65- WalletCreateFundedPsbt , WalletDisplayAddress , WalletProcessPsbt , SignRawTransactionWithWallet ,
64+ SignRawTransactionWithWallet , SimulateRawTransaction , TransactionCategory , TransactionItem ,
65+ UnloadWallet , WalletCreateFundedPsbt , WalletDisplayAddress , WalletProcessPsbt ,
6666 } ,
6767} ;
0 commit comments