Skip to content

Commit 045b25e

Browse files
committed
Format code
1 parent 98ea4be commit 045b25e

File tree

13 files changed

+56
-56
lines changed

13 files changed

+56
-56
lines changed

types/src/v17/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,9 @@ pub use self::{
283283
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
284284
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
285285
ListTransactionsItem, ListTransactionsItemError, ListUnspent, ListUnspentItem,
286-
ListUnspentItemError, ListWallets, LoadWallet, RescanBlockchain, SendMany, SendToAddress,
287-
SignMessage, TransactionCategory, WalletCreateFundedPsbt, WalletCreateFundedPsbtError,
288-
WalletProcessPsbt, LockUnspent,
286+
ListUnspentItemError, ListWallets, LoadWallet, LockUnspent, RescanBlockchain, SendMany,
287+
SendToAddress, SignMessage, TransactionCategory, WalletCreateFundedPsbt,
288+
WalletCreateFundedPsbtError, WalletProcessPsbt,
289289
},
290290
zmq::GetZmqNotifications,
291291
};

types/src/v18/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,13 +273,13 @@ pub use crate::v17::{
273273
ListLockUnspentItemError, ListReceivedByAddress, ListReceivedByAddressError,
274274
ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
275275
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
276-
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, Locked, Logging,
277-
MapMempoolEntryError, MempoolAcceptance, MempoolEntryError, MempoolEntryFees,
276+
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, LockUnspent, Locked,
277+
Logging, MapMempoolEntryError, MempoolAcceptance, MempoolEntryError, MempoolEntryFees,
278278
MempoolEntryFeesError, PruneBlockchain, PsbtInput, PsbtOutput, PsbtScript, RawTransaction,
279279
RawTransactionError, RawTransactionInput, RawTransactionOutput, RescanBlockchain, SendMany,
280280
SendRawTransaction, SendToAddress, SetNetworkActive, SignFail, SignFailError, SignMessage,
281281
SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError, Softfork, SoftforkReject,
282282
TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress, ValidateAddressError,
283283
VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
284-
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo, LockUnspent,
284+
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
285285
};

types/src/v19/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,12 +274,12 @@ pub use crate::v17::{
274274
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
275275
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
276276
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet,
277-
Locked, Logging, PruneBlockchain, RawTransactionError, RawTransactionInput,
277+
LockUnspent, Locked, Logging, PruneBlockchain, RawTransactionError, RawTransactionInput,
278278
RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction, SendToAddress,
279279
SetNetworkActive, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
280280
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget,
281281
ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof,
282-
WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo, LockUnspent,
282+
WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
283283
};
284284
#[doc(inline)]
285285
pub use crate::v18::{

types/src/v20/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,13 +265,13 @@ pub use crate::{
265265
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
266266
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
267267
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
268-
LoadWallet, Locked, PruneBlockchain, RawTransactionError, RawTransactionInput,
268+
LoadWallet, LockUnspent, Locked, PruneBlockchain, RawTransactionError, RawTransactionInput,
269269
RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction, SendToAddress,
270270
SetNetworkActive, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
271271
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory,
272272
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
273273
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
274-
WitnessUtxo, LockUnspent,
274+
WitnessUtxo,
275275
},
276276
v18::{
277277
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

types/src/v21/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,13 @@ pub use crate::{
271271
ListLockUnspentItemError, ListReceivedByAddress, ListReceivedByAddressError,
272272
ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
273273
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
274-
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, Locked,
275-
PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
274+
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, LockUnspent,
275+
Locked, PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
276276
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive,
277277
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
278278
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
279279
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
280-
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo, LockUnspent,
280+
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
281281
},
282282
v18::{
283283
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

types/src/v22/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,13 +281,13 @@ pub use crate::{
281281
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
282282
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
283283
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
284-
LoadWallet, Locked, PruneBlockchain, RawTransactionError, RawTransactionInput,
284+
LoadWallet, LockUnspent, Locked, PruneBlockchain, RawTransactionError, RawTransactionInput,
285285
RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction, SendToAddress,
286286
SetNetworkActive, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
287287
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory,
288288
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
289289
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
290-
WitnessUtxo, LockUnspent,
290+
WitnessUtxo,
291291
},
292292
v18::{
293293
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

types/src/v23/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,13 +280,13 @@ pub use crate::{
280280
ListLockUnspentItemError, ListReceivedByAddress, ListReceivedByAddressError,
281281
ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
282282
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
283-
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, Locked,
284-
PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
283+
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, LockUnspent,
284+
Locked, PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
285285
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive,
286286
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
287287
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
288288
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
289-
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo, LockUnspent,
289+
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
290290
},
291291
v18::{
292292
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

types/src/v24/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,13 +282,13 @@ pub use crate::{
282282
ListLockUnspentItemError, ListReceivedByAddress, ListReceivedByAddressError,
283283
ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
284284
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
285-
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, Locked,
286-
PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
285+
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, LockUnspent,
286+
Locked, PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
287287
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive,
288288
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
289289
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
290290
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
291-
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo, LockUnspent,
291+
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
292292
},
293293
v18::{
294294
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

types/src/v25/mod.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -275,13 +275,13 @@ pub use crate::{
275275
ListLockUnspentItemError, ListReceivedByAddress, ListReceivedByAddressError,
276276
ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
277277
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
278-
ListTransactionsItemError, ListUnspentItemError, ListWallets, Locked, PruneBlockchain,
279-
RawTransactionError, RawTransactionInput, RawTransactionOutput, RescanBlockchain, SendMany,
280-
SendRawTransaction, SendToAddress, SetNetworkActive, SignMessage, SignMessageWithPrivKey,
281-
SignRawTransaction, SignRawTransactionError, SoftforkReject, TestMempoolAccept,
282-
TransactionCategory, UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain,
283-
VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError,
284-
WalletProcessPsbt, WitnessUtxo, LockUnspent,
278+
ListTransactionsItemError, ListUnspentItemError, ListWallets, LockUnspent, Locked,
279+
PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
280+
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive,
281+
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
282+
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
283+
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
284+
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
285285
},
286286
v18::{
287287
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

types/src/v26/mod.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -296,13 +296,13 @@ pub use crate::{
296296
ListLockUnspentItemError, ListReceivedByAddress, ListReceivedByAddressError,
297297
ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
298298
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
299-
ListTransactionsItemError, ListUnspentItemError, ListWallets, Locked, PruneBlockchain,
300-
RawTransactionError, RawTransactionInput, RawTransactionOutput, RescanBlockchain, SendMany,
301-
SendRawTransaction, SendToAddress, SetNetworkActive, SignMessage, SignMessageWithPrivKey,
302-
SignRawTransaction, SignRawTransactionError, SoftforkReject, TestMempoolAccept,
303-
TransactionCategory, UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain,
304-
VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError,
305-
WalletProcessPsbt, WitnessUtxo, LockUnspent,
299+
ListTransactionsItemError, ListUnspentItemError, ListWallets, LockUnspent, Locked,
300+
PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
301+
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive,
302+
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
303+
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
304+
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
305+
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
306306
},
307307
v18::{
308308
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

0 commit comments

Comments
 (0)