Skip to content

Commit ded3243

Browse files
committed
Format code
1 parent 7b19a20 commit ded3243

File tree

8 files changed

+23
-37
lines changed

8 files changed

+23
-37
lines changed

types/src/v21/mod.rs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -261,18 +261,18 @@ pub use crate::{
261261
GetReceivedByAddress, GetTransaction, GetTransactionDetail, GetTransactionDetailError,
262262
GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError,
263263
GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError, GetZmqNotifications,
264-
ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem,
265-
ListLabels, ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError,
266-
ListReceivedByAddress, ListReceivedByAddressError, ListReceivedByAddressItem,
267-
ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
268-
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
269-
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, Locked, PeerInfo,
270-
PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
271-
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive,
272-
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
273-
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
274-
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
275-
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
264+
ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels,
265+
ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
266+
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
267+
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
268+
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
269+
LoadWallet, Locked, PeerInfo, PruneBlockchain, RawTransactionError, RawTransactionInput,
270+
RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction, SendToAddress,
271+
SetNetworkActive, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
272+
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory,
273+
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
274+
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
275+
WitnessUtxo,
276276
},
277277
v18::{
278278
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

types/src/v23/mod.rs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ pub use crate::{
269269
GetTransaction, GetTransactionDetail, GetTransactionDetailError, GetTransactionError,
270270
GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError, GetUnconfirmedBalance,
271271
GetWalletInfo, GetWalletInfoError, GetZmqNotifications, ListAddressGroupings,
272-
ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels,
273-
ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
272+
ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels, ListLockUnspent,
273+
ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
274274
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
275275
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
276276
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
@@ -297,7 +297,5 @@ pub use crate::{
297297
SoftforkType,
298298
},
299299
v21::UnloadWallet,
300-
v22::{
301-
Banned, ListBanned, Logging, ScriptPubkey,
302-
},
300+
v22::{Banned, ListBanned, Logging, ScriptPubkey},
303301
};

types/src/v24/mod.rs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ pub use crate::{
270270
GetTransaction, GetTransactionDetail, GetTransactionDetailError, GetTransactionError,
271271
GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError, GetUnconfirmedBalance,
272272
GetWalletInfo, GetWalletInfoError, GetZmqNotifications, ListAddressGroupings,
273-
ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels,
274-
ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
273+
ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels, ListLockUnspent,
274+
ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
275275
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
276276
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
277277
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
@@ -298,8 +298,6 @@ pub use crate::{
298298
SoftforkType,
299299
},
300300
v21::UnloadWallet,
301-
v22::{
302-
Banned, ListBanned, Logging, ScriptPubkey,
303-
},
301+
v22::{Banned, ListBanned, Logging, ScriptPubkey},
304302
v23::SaveMempool,
305303
};

types/src/v25/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,7 @@ pub use crate::{
293293
MempoolEntry, MempoolEntryError, MempoolEntryFees, MempoolEntryFeesError, Softfork,
294294
SoftforkType,
295295
},
296-
v22::{
297-
Banned, ListBanned, Logging, ScriptPubkey,
298-
},
296+
v22::{Banned, ListBanned, Logging, ScriptPubkey},
299297
v23::SaveMempool,
300298
v24::{
301299
DecodePsbt, DecodePsbtError, GlobalXpub, Proprietary, PsbtInput, PsbtOutput,

types/src/v26/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,7 @@ pub use crate::{
313313
MempoolEntry, MempoolEntryError, MempoolEntryFees, MempoolEntryFeesError, Softfork,
314314
SoftforkType,
315315
},
316-
v22::{
317-
Banned, ListBanned, Logging, ScriptPubkey,
318-
},
316+
v22::{Banned, ListBanned, Logging, ScriptPubkey},
319317
v23::SaveMempool,
320318
v24::{
321319
DecodePsbt, DecodePsbtError, GlobalXpub, Proprietary, PsbtInput, PsbtOutput,

types/src/v27/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,7 @@ pub use crate::{
297297
MempoolEntry, MempoolEntryError, MempoolEntryFees, MempoolEntryFeesError, Softfork,
298298
SoftforkType,
299299
},
300-
v22::{
301-
Banned, ListBanned, Logging, ScriptPubkey,
302-
},
300+
v22::{Banned, ListBanned, Logging, ScriptPubkey},
303301
v23::SaveMempool,
304302
v24::{
305303
DecodePsbt, DecodePsbtError, GlobalXpub, Proprietary, PsbtInput, PsbtOutput,

types/src/v28/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,7 @@ pub use crate::{
304304
GetMempoolDescendantsVerbose, GetMempoolEntry, MapMempoolEntryError, MempoolEntry,
305305
MempoolEntryError, MempoolEntryFees, MempoolEntryFeesError, Softfork, SoftforkType,
306306
},
307-
v22::{
308-
Banned, ListBanned, Logging, ScriptPubkey,
309-
},
307+
v22::{Banned, ListBanned, Logging, ScriptPubkey},
310308
v23::SaveMempool,
311309
v24::{
312310
DecodePsbt, DecodePsbtError, GlobalXpub, Proprietary, PsbtInput, PsbtOutput,

types/src/v29/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,7 @@ pub use crate::{
317317
GetMempoolEntry, MapMempoolEntryError, MempoolEntry, MempoolEntryError, MempoolEntryFees,
318318
MempoolEntryFeesError, Softfork, SoftforkType,
319319
},
320-
v22::{
321-
Banned, ListBanned, Logging, ScriptPubkey,
322-
},
320+
v22::{Banned, ListBanned, Logging, ScriptPubkey},
323321
v23::SaveMempool,
324322
v24::{
325323
DecodePsbt, DecodePsbtError, GlobalXpub, Proprietary, PsbtInput, PsbtOutput,

0 commit comments

Comments
 (0)