@@ -265,8 +265,8 @@ pub use self::{
265
265
SpendActivity ,
266
266
} ,
267
267
mining:: {
268
- BlockTemplateTransaction , GetMiningInfo ,
269
- GetMiningInfoError , NextBlockInfo , NextBlockInfoError ,
268
+ BlockTemplateTransaction , GetMiningInfo , GetMiningInfoError , NextBlockInfo ,
269
+ NextBlockInfoError ,
270
270
} ,
271
271
network:: GetNetworkInfo ,
272
272
util:: GetDescriptorInfo ,
@@ -283,11 +283,11 @@ pub use crate::{
283
283
GenerateToAddress , GetAddedNodeInfo , GetAddressInfo , GetAddressInfoEmbedded ,
284
284
GetAddressInfoEmbeddedError , GetAddressInfoError , GetAddressInfoLabel , GetAddressesByLabel ,
285
285
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 ,
291
291
GetRawTransactionVerbose , GetRawTransactionVerboseError , GetReceivedByAddress ,
292
292
GetTransaction , GetTransactionDetail , GetTransactionDetailError , GetTransactionError ,
293
293
GetTxOut , GetTxOutError , GetUnconfirmedBalance , GetWalletInfo , GetWalletInfoError ,
@@ -302,7 +302,7 @@ pub use crate::{
302
302
SignMessage , SignMessageWithPrivKey , SignRawTransaction , SignRawTransactionError ,
303
303
TestMempoolAccept , TransactionCategory , UploadTarget , ValidateAddress ,
304
304
ValidateAddressError , VerifyChain , VerifyMessage , VerifyTxOutProof , WalletCreateFundedPsbt ,
305
- WalletCreateFundedPsbtError , WalletProcessPsbt , WitnessUtxo , GetBlockTemplate , GetBlockTemplateError ,
305
+ WalletCreateFundedPsbtError , WalletProcessPsbt , WitnessUtxo ,
306
306
} ,
307
307
v18:: {
308
308
ActiveCommand , AnalyzePsbt , AnalyzePsbtError , AnalyzePsbtInput , AnalyzePsbtInputMissing ,
0 commit comments