Skip to content

Commit 78cbbdc

Browse files
committed
Run the formatter
Reordering of reexports alphabetically, no other changes.
1 parent 2125b02 commit 78cbbdc

File tree

6 files changed

+23
-18
lines changed

6 files changed

+23
-18
lines changed

types/src/model/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ pub use self::{
6161
ListLockUnspent, ListLockUnspentItem, ListReceivedByAddress, ListReceivedByAddressItem,
6262
ListReceivedByLabel, ListReceivedByLabelItem, ListSinceBlock, ListSinceBlockTransaction,
6363
ListTransactions, ListTransactionsItem, ListUnspent, ListUnspentItem, ListWallets,
64-
LoadWallet, PsbtBumpFee, RescanBlockchain, ScriptType, Send, SendAll, SendMany, SendToAddress,
65-
SignMessage, TransactionCategory, UnloadWallet, WalletCreateFundedPsbt,
66-
WalletDisplayAddress, WalletProcessPsbt, SimulateRawTransaction
64+
LoadWallet, PsbtBumpFee, RescanBlockchain, ScriptType, Send, SendAll, SendMany,
65+
SendToAddress, SignMessage, SimulateRawTransaction, TransactionCategory, UnloadWallet,
66+
WalletCreateFundedPsbt, WalletDisplayAddress, WalletProcessPsbt,
6767
},
6868
};

types/src/v25/mod.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,9 @@ pub use crate::{
312312
},
313313
v24::{
314314
DecodePsbt, DecodePsbtError, GetMempoolEntry, GetMempoolInfo, GetPeerInfo, GetTransaction,
315-
GetTransactionDetail, GetTransactionError, GlobalXpub, ListUnspent, ListUnspentItem,
316-
Proprietary, PsbtInput, PsbtOutput, TaprootBip32Deriv, TaprootLeaf, TaprootScript,
317-
TaprootScriptPathSig, GetTxSpendingPrevout, GetTxSpendingPrevoutError, SendAll, SendAllError, MigrateWallet, SimulateRawTransaction,
315+
GetTransactionDetail, GetTransactionError, GetTxSpendingPrevout, GetTxSpendingPrevoutError,
316+
GlobalXpub, ListUnspent, ListUnspentItem, MigrateWallet, Proprietary, PsbtInput,
317+
PsbtOutput, SendAll, SendAllError, SimulateRawTransaction, TaprootBip32Deriv, TaprootLeaf,
318+
TaprootScript, TaprootScriptPathSig,
318319
},
319320
};

types/src/v26/mod.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,10 @@ pub use crate::{
330330
},
331331
v24::{
332332
DecodePsbt, DecodePsbtError, GetMempoolEntry, GetMempoolInfo, GetTransactionDetail,
333-
GlobalXpub, ListUnspent, ListUnspentItem, Proprietary, PsbtInput, PsbtOutput,
334-
TaprootBip32Deriv, TaprootLeaf, TaprootScript, TaprootScriptPathSig,
335-
GetTxSpendingPrevout, GetTxSpendingPrevoutError, SendAll, SendAllError, MigrateWallet, SimulateRawTransaction,
333+
GetTxSpendingPrevout, GetTxSpendingPrevoutError, GlobalXpub, ListUnspent, ListUnspentItem,
334+
MigrateWallet, Proprietary, PsbtInput, PsbtOutput, SendAll, SendAllError,
335+
SimulateRawTransaction, TaprootBip32Deriv, TaprootLeaf, TaprootScript,
336+
TaprootScriptPathSig,
336337
},
337338
v25::{GenerateBlock, GenerateBlockError, GetBlockStats, ListDescriptors},
338339
};

types/src/v27/mod.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,10 @@ pub use crate::{
307307
},
308308
v24::{
309309
DecodePsbt, DecodePsbtError, GetMempoolEntry, GetMempoolInfo, GetTransactionDetail,
310-
GlobalXpub, ListUnspent, ListUnspentItem, Proprietary, PsbtInput, PsbtOutput,
311-
TaprootBip32Deriv, TaprootLeaf, TaprootScript, TaprootScriptPathSig,
312-
GetTxSpendingPrevout, GetTxSpendingPrevoutError, SendAll, SendAllError, MigrateWallet, SimulateRawTransaction,
310+
GetTxSpendingPrevout, GetTxSpendingPrevoutError, GlobalXpub, ListUnspent, ListUnspentItem,
311+
MigrateWallet, Proprietary, PsbtInput, PsbtOutput, SendAll, SendAllError,
312+
SimulateRawTransaction, TaprootBip32Deriv, TaprootLeaf, TaprootScript,
313+
TaprootScriptPathSig,
313314
},
314315
v25::{GenerateBlock, GenerateBlockError, GetBlockStats, ListDescriptors},
315316
v26::{

types/src/v28/mod.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,10 @@ pub use crate::{
328328
},
329329
v24::{
330330
DecodePsbt, DecodePsbtError, GetMempoolEntry, GetMempoolInfo, GetTransactionDetail,
331-
GlobalXpub, ListUnspent, ListUnspentItem, Proprietary, PsbtInput, PsbtOutput,
332-
TaprootBip32Deriv, TaprootLeaf, TaprootScript, TaprootScriptPathSig,
333-
GetTxSpendingPrevout, GetTxSpendingPrevoutError, SendAll, SendAllError, MigrateWallet, SimulateRawTransaction,
331+
GetTxSpendingPrevout, GetTxSpendingPrevoutError, GlobalXpub, ListUnspent, ListUnspentItem,
332+
MigrateWallet, Proprietary, PsbtInput, PsbtOutput, SendAll, SendAllError,
333+
SimulateRawTransaction, TaprootBip32Deriv, TaprootLeaf, TaprootScript,
334+
TaprootScriptPathSig,
334335
},
335336
v25::{GenerateBlock, GenerateBlockError, GetBlockStats, ListDescriptors},
336337
v26::{

types/src/v29/mod.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,10 @@ pub use crate::{
326326
},
327327
v24::{
328328
DecodePsbt, DecodePsbtError, GetMempoolEntry, GetMempoolInfo, GetTransactionDetail,
329-
GlobalXpub, ListUnspent, ListUnspentItem, Proprietary, PsbtInput, PsbtOutput,
330-
TaprootBip32Deriv, TaprootLeaf, TaprootScript, TaprootScriptPathSig,
331-
GetTxSpendingPrevout, GetTxSpendingPrevoutError, SendAll, SendAllError, MigrateWallet, SimulateRawTransaction,
329+
GetTxSpendingPrevout, GetTxSpendingPrevoutError, GlobalXpub, ListUnspent, ListUnspentItem,
330+
MigrateWallet, Proprietary, PsbtInput, PsbtOutput, SendAll, SendAllError,
331+
SimulateRawTransaction, TaprootBip32Deriv, TaprootLeaf, TaprootScript,
332+
TaprootScriptPathSig,
332333
},
333334
v25::{GenerateBlock, GenerateBlockError, GetBlockStats, ListDescriptors},
334335
v26::{

0 commit comments

Comments
 (0)