Skip to content

Commit 828454a

Browse files
committed
Run the formatter
Reordering of the reexports only. No other changes.
1 parent 9e6f836 commit 828454a

File tree

8 files changed

+28
-23
lines changed

8 files changed

+28
-23
lines changed

types/src/model/mod.rs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ mod zmq;
2121
#[doc(inline)]
2222
pub use self::{
2323
blockchain::{
24-
ActivityEntry, Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, ChainTips,
25-
ChainTipsStatus, GetBestBlockHash, GetBlockCount, GetBlockFilter, GetBlockHash,
26-
GetBlockHeader, GetBlockHeaderVerbose, GetBlockStats, GetBlockVerboseOne,
27-
GetBlockVerboseZero, GetBlockchainInfo, GetChainTips, GetChainTxStats,
28-
GetDescriptorActivity, GetDifficulty, GetMempoolAncestors, GetMempoolAncestorsVerbose,
29-
GetMempoolDescendants, GetMempoolDescendantsVerbose, GetMempoolEntry, GetMempoolInfo,
30-
GetRawMempool, GetRawMempoolVerbose, GetTxOut, GetTxOutSetInfo, MempoolEntry,
31-
MempoolEntryFees, ReceiveActivity, Softfork, SoftforkType, SpendActivity, VerifyTxOutProof,
32-
GetDeploymentInfo, DeploymentInfo, Bip9Info, Bip9Statistics,
24+
ActivityEntry, Bip9Info, Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus,
25+
Bip9Statistics, ChainTips, ChainTipsStatus, DeploymentInfo, GetBestBlockHash,
26+
GetBlockCount, GetBlockFilter, GetBlockHash, GetBlockHeader, GetBlockHeaderVerbose,
27+
GetBlockStats, GetBlockVerboseOne, GetBlockVerboseZero, GetBlockchainInfo, GetChainTips,
28+
GetChainTxStats, GetDeploymentInfo, GetDescriptorActivity, GetDifficulty,
29+
GetMempoolAncestors, GetMempoolAncestorsVerbose, GetMempoolDescendants,
30+
GetMempoolDescendantsVerbose, GetMempoolEntry, GetMempoolInfo, GetRawMempool,
31+
GetRawMempoolVerbose, GetTxOut, GetTxOutSetInfo, MempoolEntry, MempoolEntryFees,
32+
ReceiveActivity, Softfork, SoftforkType, SpendActivity, VerifyTxOutProof,
3333
},
3434
generating::{Generate, GenerateBlock, GenerateToAddress, GenerateToDescriptor},
3535
mining::{

types/src/v23/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ mod wallet;
246246
#[doc(inline)]
247247
pub use self::{
248248
blockchain::{
249-
GetBlockchainInfo, GetMempoolEntry, SaveMempool, GetDeploymentInfo,
250-
GetDeploymentInfoError, DeploymentInfo, Bip9Info, Bip9Statistics
249+
Bip9Info, Bip9Statistics, DeploymentInfo, GetBlockchainInfo, GetDeploymentInfo,
250+
GetDeploymentInfoError, GetMempoolEntry, SaveMempool,
251251
},
252252
control::Logging,
253253
network::GetPeerInfo,

types/src/v24/mod.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,8 @@ pub use crate::{
315315
Banned, EnumerateSigners, ListBanned, ListDescriptors, ScriptPubkey, WalletDisplayAddress,
316316
},
317317
v23::{
318-
CreateMultisig, DecodeScript, DecodeScriptError, GetBlockchainInfo, Logging, RestoreWallet,
319-
SaveMempool, GetDeploymentInfo, GetDeploymentInfoError, DeploymentInfo, Bip9Info, Bip9Statistics,
318+
Bip9Info, Bip9Statistics, CreateMultisig, DecodeScript, DecodeScriptError, DeploymentInfo,
319+
GetBlockchainInfo, GetDeploymentInfo, GetDeploymentInfoError, Logging, RestoreWallet,
320+
SaveMempool,
320321
},
321322
};

types/src/v25/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ pub use crate::{
307307
},
308308
v22::{Banned, EnumerateSigners, ListBanned, ScriptPubkey, WalletDisplayAddress},
309309
v23::{
310-
CreateMultisig, DecodeScript, DecodeScriptError, GetBlockchainInfo, RestoreWallet,
311-
SaveMempool, GetDeploymentInfo, GetDeploymentInfoError, DeploymentInfo, Bip9Info, Bip9Statistics,
310+
Bip9Info, Bip9Statistics, CreateMultisig, DecodeScript, DecodeScriptError, DeploymentInfo,
311+
GetBlockchainInfo, GetDeploymentInfo, GetDeploymentInfoError, RestoreWallet, SaveMempool,
312312
},
313313
v24::{
314314
DecodePsbt, DecodePsbtError, GetMempoolEntry, GetMempoolInfo, GetPeerInfo, GetTransaction,

types/src/v26/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ pub use crate::{
325325
},
326326
v22::{Banned, EnumerateSigners, ListBanned, ScriptPubkey, WalletDisplayAddress},
327327
v23::{
328-
CreateMultisig, DecodeScript, DecodeScriptError, GetBlockchainInfo, RestoreWallet,
329-
SaveMempool, GetDeploymentInfo, GetDeploymentInfoError, DeploymentInfo, Bip9Info, Bip9Statistics,
328+
Bip9Info, Bip9Statistics, CreateMultisig, DecodeScript, DecodeScriptError, DeploymentInfo,
329+
GetBlockchainInfo, GetDeploymentInfo, GetDeploymentInfoError, RestoreWallet, SaveMempool,
330330
},
331331
v24::{
332332
DecodePsbt, DecodePsbtError, GetMempoolEntry, GetMempoolInfo, GetTransactionDetail,

types/src/v27/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ pub use crate::{
302302
},
303303
v22::{Banned, EnumerateSigners, ListBanned, ScriptPubkey, WalletDisplayAddress},
304304
v23::{
305-
CreateMultisig, DecodeScript, DecodeScriptError, GetBlockchainInfo, RestoreWallet,
306-
SaveMempool, GetDeploymentInfo, GetDeploymentInfoError, DeploymentInfo, Bip9Info, Bip9Statistics,
305+
Bip9Info, Bip9Statistics, CreateMultisig, DecodeScript, DecodeScriptError, DeploymentInfo,
306+
GetBlockchainInfo, GetDeploymentInfo, GetDeploymentInfoError, RestoreWallet, SaveMempool,
307307
},
308308
v24::{
309309
DecodePsbt, DecodePsbtError, GetMempoolEntry, GetMempoolInfo, GetTransactionDetail,

types/src/v28/mod.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,10 @@ pub use crate::{
322322
PsbtBumpFeeError, Send, SendError, UpgradeWallet,
323323
},
324324
v22::{Banned, EnumerateSigners, ListBanned, ScriptPubkey, WalletDisplayAddress},
325-
v23::{CreateMultisig, DecodeScript, DecodeScriptError, RestoreWallet, SaveMempool,
326-
GetDeploymentInfo, GetDeploymentInfoError, DeploymentInfo, Bip9Info, Bip9Statistics},
325+
v23::{
326+
Bip9Info, Bip9Statistics, CreateMultisig, DecodeScript, DecodeScriptError, DeploymentInfo,
327+
GetDeploymentInfo, GetDeploymentInfoError, RestoreWallet, SaveMempool,
328+
},
327329
v24::{
328330
DecodePsbt, DecodePsbtError, GetMempoolEntry, GetMempoolInfo, GetTransactionDetail,
329331
GlobalXpub, ListUnspent, ListUnspentItem, Proprietary, PsbtInput, PsbtOutput,

types/src/v29/mod.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,10 @@ pub use crate::{
320320
PsbtBumpFeeError, Send, SendError, UpgradeWallet,
321321
},
322322
v22::{Banned, EnumerateSigners, ListBanned, ScriptPubkey, WalletDisplayAddress},
323-
v23::{CreateMultisig, DecodeScript, DecodeScriptError, RestoreWallet, SaveMempool,
324-
GetDeploymentInfo, GetDeploymentInfoError, DeploymentInfo, Bip9Info, Bip9Statistics},
323+
v23::{
324+
Bip9Info, Bip9Statistics, CreateMultisig, DecodeScript, DecodeScriptError, DeploymentInfo,
325+
GetDeploymentInfo, GetDeploymentInfoError, RestoreWallet, SaveMempool,
326+
},
325327
v24::{
326328
DecodePsbt, DecodePsbtError, GetMempoolEntry, GetMempoolInfo, GetTransactionDetail,
327329
GlobalXpub, ListUnspent, ListUnspentItem, Proprietary, PsbtInput, PsbtOutput,

0 commit comments

Comments
 (0)