Skip to content

Commit c7ea6e4

Browse files
committed
Run the formatter
Reordering of the reexports only.
1 parent 0fe8f1b commit c7ea6e4

File tree

12 files changed

+119
-118
lines changed

12 files changed

+119
-118
lines changed

types/src/v18/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ pub use crate::v17::{
273273
GetRawTransactionVerboseError, GetReceivedByAddress, GetTransaction, GetTransactionDetail,
274274
GetTransactionDetailError, GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo,
275275
GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError,
276-
ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem,
277-
ListBanned, ListLabels, ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError,
276+
ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem, ListBanned,
277+
ListLabels, ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError,
278278
ListReceivedByAddressError, ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
279279
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
280280
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, LockUnspent, Locked,

types/src/v19/mod.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ pub use crate::v17::{
269269
GetRawTransactionVerboseError, GetReceivedByAddress, GetTransactionDetail,
270270
GetTransactionDetailError, GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo,
271271
GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError,
272-
ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem,
273-
ListBanned, ListLabels, ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError,
272+
ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem, ListBanned,
273+
ListLabels, ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError,
274274
ListReceivedByAddressError, ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
275275
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
276276
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, LockUnspent, Locked,
@@ -285,8 +285,8 @@ pub use crate::v17::{
285285
pub use crate::v18::{
286286
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
287287
AnalyzePsbtInputMissingError, DeriveAddresses, GetAddressInfo, GetAddressInfoEmbedded,
288-
GetAddressInfoError, GetNodeAddresses, GetReceivedByLabel, ImportMulti, ImportMultiEntry,
289-
JoinPsbts, JsonRpcError, ListReceivedByAddress, ListReceivedByAddressItem, ListReceivedByLabel,
290-
ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet,
291-
NodeAddress, UtxoUpdatePsbt, GetZmqNotifications,
288+
GetAddressInfoError, GetNodeAddresses, GetReceivedByLabel, GetZmqNotifications, ImportMulti,
289+
ImportMultiEntry, JoinPsbts, JsonRpcError, ListReceivedByAddress, ListReceivedByAddressItem,
290+
ListReceivedByLabel, ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir,
291+
ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt,
292292
};

types/src/v20/mod.rs

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -263,26 +263,26 @@ pub use crate::{
263263
GetRawTransactionVerbose, GetRawTransactionVerboseError, GetReceivedByAddress,
264264
GetTransactionDetailError, GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo,
265265
GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError,
266-
ListAddressGroupings, ListAddressGroupingsError,
267-
ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem,
268-
ListLockUnspentItemError, ListReceivedByAddressError, ListSinceBlock, ListSinceBlockError,
269-
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
270-
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
271-
LoadWallet, LockUnspent, Locked, PruneBlockchain, RawTransactionError, RawTransactionInput,
272-
RawTransactionOutput, RescanBlockchain, ScriptType, SendMany, SendRawTransaction,
273-
SendToAddress, SetNetworkActive, SetTxFee, SignMessage, SignMessageWithPrivKey,
274-
SignRawTransaction, SignRawTransactionError, SoftforkReject, TestMempoolAccept,
275-
TransactionCategory, UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain,
276-
VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError,
277-
WalletProcessPsbt, WitnessUtxo,
266+
ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels,
267+
ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddressError,
268+
ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
269+
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
270+
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, LockUnspent,
271+
Locked, PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
272+
RescanBlockchain, ScriptType, SendMany, SendRawTransaction, SendToAddress,
273+
SetNetworkActive, SetTxFee, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
274+
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory,
275+
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
276+
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
277+
WitnessUtxo,
278278
},
279279
v18::{
280280
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
281281
AnalyzePsbtInputMissingError, DeriveAddresses, GetAddressInfoError, GetNodeAddresses,
282-
GetReceivedByLabel, ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError,
283-
ListReceivedByAddress, ListReceivedByAddressItem, ListReceivedByLabel,
282+
GetReceivedByLabel, GetZmqNotifications, ImportMulti, ImportMultiEntry, JoinPsbts,
283+
JsonRpcError, ListReceivedByAddress, ListReceivedByAddressItem, ListReceivedByLabel,
284284
ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet,
285-
NodeAddress, UtxoUpdatePsbt, GetZmqNotifications,
285+
NodeAddress, UtxoUpdatePsbt,
286286
},
287287
v19::{
288288
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances,

types/src/v21/mod.rs

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -279,26 +279,25 @@ pub use crate::{
279279
GetRawTransactionVerbose, GetRawTransactionVerboseError, GetReceivedByAddress,
280280
GetTransactionDetailError, GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo,
281281
GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError,
282-
ListAddressGroupings, ListAddressGroupingsError,
283-
ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem,
284-
ListLockUnspentItemError, ListReceivedByAddressError, ListSinceBlock, ListSinceBlockError,
285-
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
286-
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
287-
LoadWallet, LockUnspent, Locked, PruneBlockchain, RawTransactionError, RawTransactionInput,
288-
RawTransactionOutput, RescanBlockchain, ScriptType, SendMany, SendRawTransaction,
289-
SendToAddress, SetNetworkActive, SetTxFee, SignMessage, SignMessageWithPrivKey,
290-
SignRawTransaction, SignRawTransactionError, SoftforkReject, TransactionCategory,
291-
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
292-
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
293-
WitnessUtxo,
282+
ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels,
283+
ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddressError,
284+
ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
285+
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
286+
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, LockUnspent,
287+
Locked, PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
288+
RescanBlockchain, ScriptType, SendMany, SendRawTransaction, SendToAddress,
289+
SetNetworkActive, SetTxFee, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
290+
SignRawTransactionError, SoftforkReject, TransactionCategory, UploadTarget,
291+
ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof,
292+
WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
294293
},
295294
v18::{
296295
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
297296
AnalyzePsbtInputMissingError, DeriveAddresses, GetAddressInfoError, GetNodeAddresses,
298-
GetReceivedByLabel, ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError,
299-
ListReceivedByAddress, ListReceivedByAddressItem, ListReceivedByLabel,
297+
GetReceivedByLabel, GetZmqNotifications, ImportMulti, ImportMultiEntry, JoinPsbts,
298+
JsonRpcError, ListReceivedByAddress, ListReceivedByAddressItem, ListReceivedByLabel,
300299
ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet,
301-
NodeAddress, UtxoUpdatePsbt, GetZmqNotifications,
300+
NodeAddress, UtxoUpdatePsbt,
302301
},
303302
v19::{
304303
Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesError, GetBalancesMine,

types/src/v22/mod.rs

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -281,25 +281,26 @@ pub use crate::{
281281
GetRawMempool, GetRawMempoolVerbose, GetRawTransaction, GetRawTransactionVerbose,
282282
GetRawTransactionVerboseError, GetReceivedByAddress, GetTransactionDetailError,
283283
GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError,
284-
GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError,
285-
ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels,
286-
ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddressError,
287-
ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
288-
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
289-
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, LockUnspent,
290-
Locked, PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
291-
RescanBlockchain, ScriptType, SendMany, SendRawTransaction, SendToAddress,
292-
SetNetworkActive, SetTxFee, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
293-
SignRawTransactionError, SoftforkReject, TransactionCategory, UploadTarget,
294-
ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof,
295-
WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
284+
GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError, ListAddressGroupings,
285+
ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels, ListLockUnspent,
286+
ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddressError, ListSinceBlock,
287+
ListSinceBlockError, ListSinceBlockTransaction, ListSinceBlockTransactionError,
288+
ListTransactions, ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError,
289+
ListWallets, LoadWallet, LockUnspent, Locked, PruneBlockchain, RawTransactionError,
290+
RawTransactionInput, RawTransactionOutput, RescanBlockchain, ScriptType, SendMany,
291+
SendRawTransaction, SendToAddress, SetNetworkActive, SetTxFee, SignMessage,
292+
SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError, SoftforkReject,
293+
TransactionCategory, UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain,
294+
VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError,
295+
WalletProcessPsbt, WitnessUtxo,
296296
},
297297
v18::{
298298
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
299299
AnalyzePsbtInputMissingError, DeriveAddresses, GetAddressInfoError, GetReceivedByLabel,
300-
ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError, ListReceivedByAddress,
301-
ListReceivedByAddressItem, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent,
302-
ListUnspentItem, ListWalletDir, ListWalletDirWallet, UtxoUpdatePsbt, GetZmqNotifications,
300+
GetZmqNotifications, ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError,
301+
ListReceivedByAddress, ListReceivedByAddressItem, ListReceivedByLabel,
302+
ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet,
303+
UtxoUpdatePsbt,
303304
},
304305
v19::{
305306
Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesError, GetBalancesMine,

types/src/v23/mod.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,10 @@ pub use crate::{
295295
v18::{
296296
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
297297
AnalyzePsbtInputMissingError, DeriveAddresses, GetAddressInfoError, GetReceivedByLabel,
298-
ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError, ListReceivedByAddress,
299-
ListReceivedByAddressItem, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent,
300-
ListUnspentItem, ListWalletDir, ListWalletDirWallet, UtxoUpdatePsbt, GetZmqNotifications,
298+
GetZmqNotifications, ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError,
299+
ListReceivedByAddress, ListReceivedByAddressItem, ListReceivedByLabel,
300+
ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet,
301+
UtxoUpdatePsbt,
301302
},
302303
v19::{
303304
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances,

types/src/v24/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,9 @@ pub use crate::{
297297
v18::{
298298
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
299299
AnalyzePsbtInputMissingError, DeriveAddresses, GetAddressInfoError, GetReceivedByLabel,
300-
ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError, ListReceivedByAddress,
301-
ListReceivedByAddressItem, ListReceivedByLabel, ListReceivedByLabelError, ListWalletDir,
302-
ListWalletDirWallet, UtxoUpdatePsbt, GetZmqNotifications,
300+
GetZmqNotifications, ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError,
301+
ListReceivedByAddress, ListReceivedByAddressItem, ListReceivedByLabel,
302+
ListReceivedByLabelError, ListWalletDir, ListWalletDirWallet, UtxoUpdatePsbt,
303303
},
304304
v19::{
305305
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances,

types/src/v25/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,9 @@ pub use crate::{
293293
v18::{
294294
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
295295
AnalyzePsbtInputMissingError, DeriveAddresses, GetAddressInfoError, GetReceivedByLabel,
296-
ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError, ListReceivedByAddress,
297-
ListReceivedByAddressItem, ListReceivedByLabel, ListReceivedByLabelError, ListWalletDir,
298-
ListWalletDirWallet, UtxoUpdatePsbt, GetZmqNotifications,
296+
GetZmqNotifications, ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError,
297+
ListReceivedByAddress, ListReceivedByAddressItem, ListReceivedByLabel,
298+
ListReceivedByLabelError, ListWalletDir, ListWalletDirWallet, UtxoUpdatePsbt,
299299
},
300300
v19::{
301301
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances,

types/src/v26/mod.rs

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -293,24 +293,24 @@ pub use crate::{
293293
GetRawMempool, GetRawMempoolVerbose, GetRawTransaction, GetRawTransactionVerbose,
294294
GetRawTransactionVerboseError, GetReceivedByAddress, GetTransactionDetailError, GetTxOut,
295295
GetTxOutError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError,
296-
ListAddressGroupings, ListAddressGroupingsError,
297-
ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem,
298-
ListLockUnspentItemError, ListReceivedByAddressError, ListSinceBlock, ListSinceBlockError,
299-
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
300-
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
301-
LockUnspent, Locked, PruneBlockchain, RawTransactionError, RawTransactionInput,
302-
RawTransactionOutput, RescanBlockchain, ScriptType, SendMany, SendRawTransaction,
303-
SendToAddress, SetNetworkActive, SetTxFee, SignMessage, SignMessageWithPrivKey,
304-
SignRawTransaction, SignRawTransactionError, SoftforkReject, TransactionCategory,
305-
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
306-
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WitnessUtxo,
296+
ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels,
297+
ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddressError,
298+
ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
299+
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
300+
ListTransactionsItemError, ListUnspentItemError, ListWallets, LockUnspent, Locked,
301+
PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
302+
RescanBlockchain, ScriptType, SendMany, SendRawTransaction, SendToAddress,
303+
SetNetworkActive, SetTxFee, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
304+
SignRawTransactionError, SoftforkReject, TransactionCategory, UploadTarget,
305+
ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof,
306+
WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WitnessUtxo,
307307
},
308308
v18::{
309309
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
310310
AnalyzePsbtInputMissingError, DeriveAddresses, GetAddressInfoError, GetReceivedByLabel,
311-
ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError, ListReceivedByAddress,
312-
ListReceivedByAddressItem, ListReceivedByLabel, ListReceivedByLabelError, ListWalletDir,
313-
ListWalletDirWallet, UtxoUpdatePsbt, GetZmqNotifications,
311+
GetZmqNotifications, ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError,
312+
ListReceivedByAddress, ListReceivedByAddressItem, ListReceivedByLabel,
313+
ListReceivedByLabelError, ListWalletDir, ListWalletDirWallet, UtxoUpdatePsbt,
314314
},
315315
v19::{
316316
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalancesMine,

0 commit comments

Comments
 (0)