@@ -265,8 +265,8 @@ pub use self::{
265265 SpendActivity ,
266266 } ,
267267 mining:: {
268- BlockTemplateTransaction , GetMiningInfo ,
269- GetMiningInfoError , NextBlockInfo , NextBlockInfoError ,
268+ BlockTemplateTransaction , GetMiningInfo , GetMiningInfoError , NextBlockInfo ,
269+ NextBlockInfoError ,
270270 } ,
271271 network:: GetNetworkInfo ,
272272 util:: GetDescriptorInfo ,
@@ -283,11 +283,11 @@ pub use crate::{
283283 GenerateToAddress , GetAddedNodeInfo , GetAddressInfo , GetAddressInfoEmbedded ,
284284 GetAddressInfoEmbeddedError , GetAddressInfoError , GetAddressInfoLabel , GetAddressesByLabel ,
285285 GetBalance , GetBestBlockHash , GetBlockCount , GetBlockHash , GetBlockStats ,
286- GetBlockStatsError , GetBlockVerboseZero , GetChainTips , GetChainTxStats ,
287- GetChainTxStatsError , GetConnectionCount , GetDifficulty , GetMemoryInfoStats ,
288- GetMempoolInfo , GetMempoolInfoError , GetNetTotals , GetNetworkInfoAddress ,
289- GetNetworkInfoError , GetNetworkInfoNetwork , GetNewAddress , GetPeerInfo ,
290- GetRawChangeAddress , GetRawMempool , GetRawMempoolVerbose , GetRawTransaction ,
286+ GetBlockStatsError , GetBlockTemplate , GetBlockTemplateError , GetBlockVerboseZero ,
287+ GetChainTips , GetChainTxStats , GetChainTxStatsError , GetConnectionCount , GetDifficulty ,
288+ GetMemoryInfoStats , GetMempoolInfo , GetMempoolInfoError , GetNetTotals ,
289+ GetNetworkInfoAddress , GetNetworkInfoError , GetNetworkInfoNetwork , GetNewAddress ,
290+ GetPeerInfo , GetRawChangeAddress , GetRawMempool , GetRawMempoolVerbose , GetRawTransaction ,
291291 GetRawTransactionVerbose , GetRawTransactionVerboseError , GetReceivedByAddress ,
292292 GetTransaction , GetTransactionDetail , GetTransactionDetailError , GetTransactionError ,
293293 GetTxOut , GetTxOutError , GetUnconfirmedBalance , GetWalletInfo , GetWalletInfoError ,
@@ -302,7 +302,7 @@ pub use crate::{
302302 SignMessage , SignMessageWithPrivKey , SignRawTransaction , SignRawTransactionError ,
303303 TestMempoolAccept , TransactionCategory , UploadTarget , ValidateAddress ,
304304 ValidateAddressError , VerifyChain , VerifyMessage , VerifyTxOutProof , WalletCreateFundedPsbt ,
305- WalletCreateFundedPsbtError , WalletProcessPsbt , WitnessUtxo , GetBlockTemplate , GetBlockTemplateError ,
305+ WalletCreateFundedPsbtError , WalletProcessPsbt , WitnessUtxo ,
306306 } ,
307307 v18:: {
308308 ActiveCommand , AnalyzePsbt , AnalyzePsbtError , AnalyzePsbtInput , AnalyzePsbtInputMissing ,
0 commit comments